Datasets:
generate meta
Browse files
README.md
CHANGED
@@ -1,5 +1,44 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
|
@@ -115,4 +154,4 @@ Ye Kyaw Thu, Vichet Chea, Yoshinori Sagisaka, "Comparison of Six POS Tagging Met
|
|
115 |
Vichet Chea, Ye Kyaw Thu, Chenchen Ding, Masao Utiyama, Andrew Finch and Eiichiro Sumita, "Khmer Word Segmentation Using Conditional Random Fields", In Khmer Natural Language Processing 2015 (KNLP2015), December 4, 2015, Phnom Penh, Cambodia.
|
116 |
[paper](http://khmernlp.org/2015/wp-content/uploads/2016/09/Paper-Khmer-Word-Segmentation-Using-.pdf)
|
117 |
|
118 |
-
Madeline Elizabeth. Ehrman, Kem Sos, Foreign Service Institute (U.S.), and Defense Language Institute (U.S.). Contemporary Cambodian: grammatical sketch, by Madeline E. Ehrman, with the assistance of Kem Sos. Foreign Service Institute, Dept. of State; \[for sale by the Supt. of Docs., U.S. Govt. Print. O .\] Washington, 1972.
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: id
|
6 |
+
dtype: string
|
7 |
+
- name: tokens
|
8 |
+
sequence: string
|
9 |
+
- name: pos_tags
|
10 |
+
sequence:
|
11 |
+
class_label:
|
12 |
+
names:
|
13 |
+
'0': AB
|
14 |
+
'1': AUX
|
15 |
+
'2': CC
|
16 |
+
'3': CD
|
17 |
+
'4': DBL
|
18 |
+
'5': DT
|
19 |
+
'6': ETC
|
20 |
+
'7': IN
|
21 |
+
'8': JJ
|
22 |
+
'9': KAN
|
23 |
+
'10': M
|
24 |
+
'11': NN
|
25 |
+
'12': PA
|
26 |
+
'13': PN
|
27 |
+
'14': PRO
|
28 |
+
'15': QT
|
29 |
+
'16': RB
|
30 |
+
'17': RPN
|
31 |
+
'18': SYM
|
32 |
+
'19': UH
|
33 |
+
'20': VB
|
34 |
+
'21': VB_JJ
|
35 |
+
'22': VCOM
|
36 |
+
splits:
|
37 |
+
- name: train
|
38 |
+
num_bytes: 3569524
|
39 |
+
num_examples: 12000
|
40 |
+
download_size: 2372205
|
41 |
+
dataset_size: 3569524
|
42 |
---
|
43 |
|
44 |
|
|
|
154 |
Vichet Chea, Ye Kyaw Thu, Chenchen Ding, Masao Utiyama, Andrew Finch and Eiichiro Sumita, "Khmer Word Segmentation Using Conditional Random Fields", In Khmer Natural Language Processing 2015 (KNLP2015), December 4, 2015, Phnom Penh, Cambodia.
|
155 |
[paper](http://khmernlp.org/2015/wp-content/uploads/2016/09/Paper-Khmer-Word-Segmentation-Using-.pdf)
|
156 |
|
157 |
+
Madeline Elizabeth. Ehrman, Kem Sos, Foreign Service Institute (U.S.), and Defense Language Institute (U.S.). Contemporary Cambodian: grammatical sketch, by Madeline E. Ehrman, with the assistance of Kem Sos. Foreign Service Institute, Dept. of State; \[for sale by the Supt. of Docs., U.S. Govt. Print. O .\] Washington, 1972.
|