holylovenia commited on
Commit
14296c7
1 Parent(s): de1f08f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: unknown
3
+ tags:
4
+ - morphological-inflection
5
+ language:
6
+ - ind
7
+ ---
8
+
9
+ # kamus_alay
10
+
11
+ Kamus Alay provide a lexicon for text normalization of Indonesian colloquial words.
12
+
13
+ It contains 3,592 unique colloquial words-also known as “bahasa alay” -and manually annotated them
14
+
15
+ with the normalized form. We built this lexicon from Instagram comments provided by Septiandri & Wibisono (2017)
16
+
17
+ ## Dataset Usage
18
+
19
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
20
+
21
+ ## Citation
22
+
23
+ ```
24
+ @INPROCEEDINGS{8629151,
25
+ author={Aliyah Salsabila, Nikmatun and Ardhito Winatmoko, Yosef and Akbar Septiandri, Ali and Jamal, Ade},
26
+ booktitle={2018 International Conference on Asian Language Processing (IALP)},
27
+ title={Colloquial Indonesian Lexicon},
28
+ year={2018},
29
+ volume={},
30
+ number={},
31
+ pages={226-229},
32
+ doi={10.1109/IALP.2018.8629151}}
33
+ ```
34
+
35
+ ## License
36
+
37
+ Unknown
38
+
39
+ ## Homepage
40
+
41
+ [https://ieeexplore.ieee.org/abstract/document/8629151](https://ieeexplore.ieee.org/abstract/document/8629151)
42
+
43
+ ### NusaCatalogue
44
+
45
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)