Skip to content

Commit 49a941e

Browse files
authored
Add Thai W2P converter information
Added Thai Word-to-Phoneme (W2P) converter details to db.json.
1 parent 5dd206c commit 49a941e

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

db.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -679,6 +679,32 @@
679679
}
680680
}
681681
},
682+
"thai_w2p_npz": {
683+
"name": "thai_w2p_npz",
684+
"latest_version": "0.2",
685+
"description": "Thai Word-to-Phoneme (W2P) converter ",
686+
"long_description": "Thai Word-to-Phoneme (W2P) converter",
687+
"url": "https://github.com/wannaphong/Thai_W2P",
688+
"project_urls": {
689+
"project_page": "https://github.com/wannaphong/Thai_W2P",
690+
"source": "https://github.com/wannaphong/Thai_W2P"
691+
},
692+
"license": "cc0-1.0",
693+
"authors": [
694+
"Wannaphong Phatthiyaphaibun"
695+
],
696+
"author_email": "wannaphong@yahoo.com",
697+
"versions": {
698+
"0.2": {
699+
"filename": "thai_w2p_v0.2.npz",
700+
"download_url": "https://github.com/wannaphong/Thai_W2P/releases/download/v0.2/thai_w2p_v0.2.npz",
701+
"md5": "-",
702+
"pythainlp_version": ">=5.3.0",
703+
"is_zip": "False",
704+
"is_tar_gz": "False"
705+
}
706+
}
707+
},
682708
"tnc_bigram_word_freqs": {
683709
"name": "tnc_bigram_word_freqs",
684710
"latest_version": "2017",

0 commit comments

Comments
 (0)