Skip to content

Commit 4513f6b

Browse files
committed
Add descriptions
1 parent 7307351 commit 4513f6b

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

db.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"g2p": {
2626
"name": "g2p",
2727
"latest_version": "0.1",
28-
"description": "Grapheme to Phoneme (G2P) ภาษาไทย",
29-
"long_description": "ข้อมูลดึงมาจากวิกิพจนานุกรมภาษาไทย (Thai Wiktionary)",
28+
"description": "Thai grapheme to phoneme",
29+
"long_description": "Data from Thai Wiktionary)",
3030
"url": "https://github.com/PyThaiNLP/lexicon-thai/tree/master/G2P",
3131
"authors": [
3232
"Wannaphong Phatthiyaphaibun"
@@ -44,8 +44,8 @@
4444
"thai-g2p": {
4545
"name": "thai-g2p",
4646
"latest_version": "0.1",
47-
"description": "Thai Grapheme to Phoneme (G2P)",
48-
"long_description": "Thai Grapheme to Phoneme (G2P) in PyTorch",
47+
"description": "Thai grapheme to phoneme (PyTorch)",
48+
"long_description": "Thai grapheme to phoneme in PyTorch",
4949
"url": "https://github.com/wannaphong/thai-g2p/",
5050
"authors": [
5151
"Wannaphong Phatthiyaphaibun"
@@ -101,8 +101,8 @@
101101
"thai2rom-pytorch": {
102102
"name": "thai2rom-pytorch",
103103
"latest_version": "0.1",
104-
"description": "-",
105-
"long_description": "LSTM encoder-decoder model",
104+
"description": "Thai romanization model (LSTM)",
105+
"long_description": "Thai romanization using LSTM encoder-decoder model",
106106
"url": "https://github.com/c4n/thai-romanization/",
107107
"authors": [
108108
"Can Udomcharoenchaikit"
@@ -120,8 +120,8 @@
120120
"thai2rom-pytorch-attn": {
121121
"name": "thai2rom-pytorch-attn",
122122
"latest_version": "0.1",
123-
"description": "-",
124-
"long_description": "LSTM encoder-decoder model with attention mechanism",
123+
"description": "Thai romanization model (LSTM-Attention)",
124+
"long_description": "Thai romanization using LSTM encoder-decoder model with attention mechanism",
125125
"url": "https://github.com/artificiala/thai-romanization/",
126126
"authors": [
127127
"Chakri Lowphansirikul"
@@ -139,8 +139,8 @@
139139
"thainer": {
140140
"name": "thainer",
141141
"latest_version": "1.4",
142-
"description": "Thai Named Entity Recognition For PyThaiNLP",
143-
"long_description": "-",
142+
"description": "Thai Named Entity Recognition",
143+
"long_description": "Thai Named Entity Recognition",
144144
"url": "https://github.com/wannaphong/thai-ner/",
145145
"authors": [
146146
"Wannaphong Phatthiyaphaibun"
@@ -164,7 +164,7 @@
164164
"name": "wiki_itos_lstm",
165165
"latest_version": "0.32",
166166
"description": "ULMFit index to text for LSTM",
167-
"long_description": "-",
167+
"long_description": "ULMFit index to text for LSTM",
168168
"url": "https://github.com/cstorm125/thai2fit/",
169169
"authors": [
170170
"Charin Polpanumas"
@@ -182,8 +182,8 @@
182182
"wiki_lm_lstm": {
183183
"name": "wiki_lm_lstm",
184184
"latest_version": "0.32",
185-
"description": "Wiki-pretrained ULMFit language model for LSTM",
186-
"long_description": "-",
185+
"description": "Wikipedia-pretrained ULMFit language model for LSTM",
186+
"long_description": "Wikipedia-pretrained ULMFit language model for LSTM",
187187
"url": "https://github.com/cstorm125/thai2fit/",
188188
"authors": [
189189
"Charin Polpanumas"
@@ -269,13 +269,13 @@
269269
},
270270
"pos_lst20_perceptron": {
271271
"name": "pos_lst20_perceptron",
272-
"latest_version": "0.2.1",
273-
"description": "Perceptron part-of-speech tagger from LST20 dataset",
274-
"long_description": "-",
272+
"latest_version": "0.2.2",
273+
"description": "Perceptron POS tagger (LST20)",
274+
"long_description": "Perceptron part-of-speech tagger from LST20 dataset",
275275
"url": "https://github.com/PyThaiNLP/",
276276
"project_urls": {
277277
"project_page": "https://github.com/PyThaiNLP/",
278-
"source": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/tag/lst20-v0.2.1"
278+
"source": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/tag/lst20-v0.2.2"
279279
},
280280
"license": "cc0-1.0",
281281
"authors": [
@@ -285,20 +285,20 @@
285285
"versions": {
286286
"0.2.1": {
287287
"filename": "pos_lst20_perceptron.pkl",
288-
"download_url": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/download/lst20-v0.2.1/pos_lst20_perceptron-v0.2.1.pkl",
288+
"download_url": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/download/lst20-v0.2.2/pos_lst20_perceptron-v0.2.2.pkl",
289289
"md5": "-"
290290
}
291291
}
292292
},
293293
"pos_lst20_unigram": {
294294
"name": "pos_lst20_unigram",
295-
"latest_version": "0.2.1",
296-
"description": "Unigram part-of-speech tagger from LST20 dataset",
297-
"long_description": "-",
295+
"latest_version": "0.2.2",
296+
"description": "Unigram POS tagger (LST20)",
297+
"long_description": "Unigram part-of-speech tagger from LST20 dataset",
298298
"url": "https://github.com/PyThaiNLP/",
299299
"project_urls": {
300300
"project_page": "https://github.com/PyThaiNLP/",
301-
"source": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/tag/lst20-v0.2.1"
301+
"source": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/tag/lst20-v0.2.2"
302302
},
303303
"license": "cc0-1.0",
304304
"authors": [
@@ -308,9 +308,9 @@
308308
"versions": {
309309
"0.2.1": {
310310
"filename": "pos_lst20_unigram.json",
311-
"download_url": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/download/lst20-v0.2.1/pos_lst20_unigram-v0.2.1.json",
311+
"download_url": "https://github.com/PyThaiNLP/pythainlp-corpus/releases/download/lst20-v0.2.2/pos_lst20_unigram-v0.2.2.json",
312312
"md5": "-"
313313
}
314314
}
315315
}
316-
}
316+
}

0 commit comments

Comments
 (0)