holylovenia commited on
Commit
529d2c3
1 Parent(s): ccaf6bc

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - pos-tagging
4
+ language:
5
+ - ind
6
+ ---
7
+
8
+ # idn_tagged_corpus_csui
9
+
10
+ Idn-tagged-corpus-CSUI is a POS tagging dataset contains about 10,000 sentences, collected from the PAN Localization Project tagged with 23 POS tag classes.
11
+
12
+ The POS tagset is created through a detailed study and analysis of existing tagsets and the manual tagging of an Indonesian corpus.
13
+
14
+ Idn-tagged-corpus-CSUI dataset is splitted into 3 sets with 8000 train, 1000 validation, 1029 test data.
15
+
16
+ ## Dataset Usage
17
+
18
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
19
+
20
+ ## Citation
21
+
22
+ ```
23
+ @inproceedings{dinakaramani2014designing,
24
+ title={Designing an Indonesian part of speech tagset and manually tagged Indonesian corpus},
25
+ author={Dinakaramani, Arawinda and Rashel, Fam and Luthfi, Andry and Manurung, Ruli},
26
+ booktitle={2014 International Conference on Asian Language Processing (IALP)},
27
+ pages={66--69},
28
+ year={2014},
29
+ organization={IEEE}
30
+ }
31
+
32
+ @inproceedings{kurniawan2018towards,
33
+ author={Kurniawan, Kemal and Aji, Alham Fikri},
34
+ booktitle={2018 International Conference on Asian Language Processing (IALP)},
35
+ title={Toward a Standardized and More Accurate Indonesian Part-of-Speech Tagging},
36
+ year={2018},
37
+ volume={},
38
+ number={},
39
+ pages={303-307},
40
+ doi={10.1109/IALP.2018.8629236}}
41
+ ```
42
+
43
+ ## License
44
+
45
+ Creative Commons Attribution Share-Alike 4.0 International
46
+
47
+ ## Homepage
48
+
49
+ [https://bahasa.cs.ui.ac.id/postag/corpus](https://bahasa.cs.ui.ac.id/postag/corpus)
50
+
51
+ ### NusaCatalogue
52
+
53
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)