holylovenia commited on
Commit
5346539
1 Parent(s): 1bb19b9

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +80 -0
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - named-entity-recognition
5
+ language:
6
+ - ind
7
+ ---
8
+
9
+ # nergrit
10
+
11
+ Nergrit Corpus is a dataset collection of Indonesian Named Entity Recognition (NER), Statement Extraction,
12
+
13
+ and Sentiment Analysis developed by PT Gria Inovasi Teknologi (GRIT).
14
+
15
+ The Named Entity Recognition contains 18 entities as follow:
16
+
17
+ 'CRD': Cardinal
18
+
19
+ 'DAT': Date
20
+
21
+ 'EVT': Event
22
+
23
+ 'FAC': Facility
24
+
25
+ 'GPE': Geopolitical Entity
26
+
27
+ 'LAW': Law Entity (such as Undang-Undang)
28
+
29
+ 'LOC': Location
30
+
31
+ 'MON': Money
32
+
33
+ 'NOR': Political Organization
34
+
35
+ 'ORD': Ordinal
36
+
37
+ 'ORG': Organization
38
+
39
+ 'PER': Person
40
+
41
+ 'PRC': Percent
42
+
43
+ 'PRD': Product
44
+
45
+ 'QTY': Quantity
46
+
47
+ 'REG': Religion
48
+
49
+ 'TIM': Time
50
+
51
+ 'WOA': Work of Art
52
+
53
+ 'LAN': Language
54
+
55
+ ## Dataset Usage
56
+
57
+ Run `pip install nusacrowd` before loading the dataset through HuggingFace's `load_dataset`.
58
+
59
+ ## Citation
60
+
61
+ ```
62
+ @misc{Fahmi_NERGRIT_CORPUS_2019,
63
+ author = {Fahmi, Husni and Wibisono, Yudi and Kusumawati, Riyanti},
64
+ title = {{NERGRIT CORPUS}},
65
+ url = {https://github.com/grit-id/nergrit-corpus},
66
+ year = {2019}
67
+ }
68
+ ```
69
+
70
+ ## License
71
+
72
+ MIT
73
+
74
+ ## Homepage
75
+
76
+ [https://github.com/grit-id/nergrit-corpus](https://github.com/grit-id/nergrit-corpus)
77
+
78
+ ### NusaCatalogue
79
+
80
+ For easy indexing and metadata: [https://indonlp.github.io/nusa-catalogue](https://indonlp.github.io/nusa-catalogue)