Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
+
- km
|
5 |
+
viewer: false
|
6 |
+
license: cc-by-3.0
|
7 |
+
multilinguality:
|
8 |
+
- multilingual
|
9 |
+
---
|
10 |
+
|
11 |
+
> [!NOTE]
|
12 |
+
> Dataset origin: http://lrec2014.lrec-conf.org/en/shared-lrs/current-list-shared-lrs/
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
Economic issues related to the information processing techniques are very important. The development of such technologies is a major asset for developing countries like Cambodia and Laos, and emerging ones like Vietnam, Malaysia and Thailand. The MotAMot project aims to computerize an under-resourced language: Khmer, spoken mainly in Cambodia. The main goal of the project is the development of a multilingual lexical system targeted for Khmer. The macrostructure is a pivot one with each word sense of each language linked to a pivot axi. The microstructure comes from a simplification of the explanatory and combinatory dictionary. The lexical system has been initialized with data coming mainly from the conversion of the French-Khmer bilingual dictionary of Denis Richer from Word to XML format. The French part was completed with pronunciation and parts-of-speech coming from the FeM French-english-Malay dictionary. The Khmer headwords noted in IPA in the Richer dictionary were converted to Khmer writing with OpenFST, a finite state transducer tool. The resulting resource is available online for lookup, editing, download and remote programming via a REST API on a Jibiki platform.
|
17 |
+
|
18 |
+
## Citation
|
19 |
+
|
20 |
+
```
|
21 |
+
@InProceedings{MANGEOT14.128,
|
22 |
+
author = {Mathieu Mangeot},
|
23 |
+
title = {MotàMot Project: Conversion of a French-Khmer Published Dictionary for Building a Multilingual Lexical System},
|
24 |
+
booktitle = {Proceedings of the Ninth International Conference on Language Resources and Evaluation (LREC'14)},
|
25 |
+
year = {2014},
|
26 |
+
month = {may},
|
27 |
+
date = {26-31},
|
28 |
+
address = {Reykjavik, Iceland},
|
29 |
+
editor = {Nicoletta Calzolari (Conference Chair) and Khalid Choukri and Thierry Declerck and Hrafn Loftsson and Bente Maegaard and Joseph Mariani and Asuncion Moreno and Jan Odijk and Stelios Piperidis},
|
30 |
+
publisher = {European Language Resources Association (ELRA)},
|
31 |
+
isbn = {978-2-9517408-8-4},
|
32 |
+
language = {english}
|
33 |
+
}
|
34 |
+
```
|