Skip to content

Commit 6d490a7

Browse files
authored
Add ltw2v
1 parent 59943a5 commit 6d490a7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

db.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,5 +636,29 @@
636636
"pythainlp_version": ">=2.2"
637637
}
638638
}
639+
},
640+
"ltw2v": {
641+
"name": "ltw2v",
642+
"latest_version": "0.1",
643+
"description": "LTW2V: The Large Thai Word2Vec",
644+
"long_description": "LTW2V is The large Thai Word2Vec. It built with oxidized-thainlp from OSCAR Corpus (Open Super-large Crawled Aggregated coRpus).",
645+
"url": "https://github.com/PyThaiNLP/large-thaiword2vec",
646+
"project_urls": {
647+
"project_page": "https://github.com/PyThaiNLP/large-thaiword2vec",
648+
"source": "https://github.com/PyThaiNLP/large-thaiword2vec"
649+
},
650+
"license": "Apache-2.0 License",
651+
"authors": [
652+
"Wannaphong Phatthiyaphaibu"
653+
],
654+
"author_email": "wannaphong@kkumail.com",
655+
"versions": {
656+
"0.1": {
657+
"filename": "LTW2V_v0.1.bin",
658+
"download_url": "https://github.com/PyThaiNLP/large-thaiword2vec/releases/download/v0.1/LTW2V_v0.1.bin",
659+
"md5": "-",
660+
"pythainlp_version": ">=2.3"
661+
}
662+
}
639663
}
640664
}

0 commit comments

Comments
 (0)