Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
- de
|
5 |
+
- en
|
6 |
+
- ru
|
7 |
+
- zh
|
8 |
+
categories:
|
9 |
+
- translation
|
10 |
+
multilinguality:
|
11 |
+
- multilingual
|
12 |
+
---
|
13 |
+
|
14 |
+
> [!NOTE]
|
15 |
+
> Dataset origin: http://lrec2016.lrec-conf.org/en/shared-lrs/
|
16 |
+
|
17 |
+
## Description
|
18 |
+
We present an attempt to link the large amount of different concept lists (aka “Swadesh lists”) which are used in the linguistic literature. This resource, the Concepticon (http://concepticon.clld.org), links 20 077 concept labels from 100 conceptlists to 2435 concept sets. Each concept set is given a unique identifier, a unique label, and a human-readable definition.
|
19 |
+
Concept sets are further structured by defining different relations between the concepts. The resource can be used for various purposes.
|
20 |
+
Serving as a rich reference for new and existing databases in diachronic and synchronic linguistics, it allows researchers a quick access to studies on semantic change, cross-linguistic polysemies, and semantic associations.
|
21 |
+
|
22 |
+
## Citation
|
23 |
+
```
|
24 |
+
@InProceedings{LIST16.127,
|
25 |
+
author = {Johann-Mattis List and Michael Cysouw and Robert Forkel},
|
26 |
+
title = {Concepticon: A Resource for the Linking of Concept Lists},
|
27 |
+
booktitle = {Proceedings of the Tenth International Conference on Language Resources and Evaluation (LREC 2016)},
|
28 |
+
year = {2016},
|
29 |
+
month = {may},
|
30 |
+
date = {23-28},
|
31 |
+
location = {Portorož, Slovenia},
|
32 |
+
editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Sara Goggi and Marko Grobelnik and Bente Maegaard and Joseph Mariani and Helene Mazo and Asuncion Moreno and Jan Odijk and Stelios Piperidis},
|
33 |
+
publisher = {European Language Resources Association (ELRA)},
|
34 |
+
address = {Paris, France},
|
35 |
+
isbn = {978-2-9517408-9-1},
|
36 |
+
language = {english}
|
37 |
+
}
|
38 |
+
```
|