wannaphong commited on
Commit
2c20ad1
·
1 Parent(s): 1a45171

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -1
README.md CHANGED
@@ -63,4 +63,66 @@ language:
63
  ---
64
  # Dataset Card for "thainer-corpus-v2"
65
 
66
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
63
  ---
64
  # Dataset Card for "thainer-corpus-v2"
65
 
66
+ Thai Named Entity Recognition Corpus
67
+
68
+ Home Page: [https://pythainlp.github.io/Thai-NER/version/2](https://pythainlp.github.io/Thai-NER/version/2)
69
+
70
+ **Size**
71
+
72
+ - Train: 3,938 docs
73
+ - Validation: 1,313 docs
74
+ - Test: 1,313 Docs
75
+
76
+ Some data come from crowdsourcing between Dec 2018 - Nov 2019. [https://github.com/wannaphong/thai-ner](https://github.com/wannaphong/thai-ner)
77
+
78
+ **Domain**
79
+ - News (It, politics, economy, social)
80
+ - PR (KKU news)
81
+ - general
82
+
83
+ **Source**
84
+ - I use sone data from Nutcha’s theses (http://pioneer.chula.ac.th/~awirote/Data-Nutcha.zip) and improve data by rechecking and adding more tagging.
85
+ - Twitter
86
+ - Blognone.com - It news
87
+ - thaigov.go.th
88
+ - kku.ac.th
89
+
90
+ And more (the lists are lost.)
91
+
92
+ **Tag**
93
+
94
+ - DATA - date
95
+ - TIME - time
96
+ - EMAIL - email
97
+ - LEN - length
98
+ - LOCATION - Location
99
+ - ORGANIZATION - Company / Organization
100
+ - PERSON - Person name
101
+ - PHONE - phone number
102
+ - TEMPERATURE - temperature
103
+ - URL - URL
104
+ - ZIP - Zip code
105
+ - MONEY - the amount
106
+ - LAW - legislation
107
+ - PERCENT - PERCENT
108
+
109
+ Download: [HuggingFace Hub](https://huggingface.co/datasets/pythainlp/thainer-corpus-v2)
110
+
111
+ ## Cite
112
+
113
+ > Wannaphong Phatthiyaphaibun. (2022). Thai NER 2.0 (2.0) [Data set]. Zenodo. https://doi.org/10.5281/zenodo.7761354
114
+
115
+ or BibTeX
116
+
117
+ ```
118
+ @dataset{wannaphong_phatthiyaphaibun_2022_7761354,
119
+ author = {Wannaphong Phatthiyaphaibun},
120
+ title = {Thai NER 2.0},
121
+ month = sep,
122
+ year = 2022,
123
+ publisher = {Zenodo},
124
+ version = {2.0},
125
+ doi = {10.5281/zenodo.7761354},
126
+ url = {https://doi.org/10.5281/zenodo.7761354}
127
+ }
128
+ ```