-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add training script for language models #344
Comments
IMHO, it would be good if we have a guideline for this kind of resources. For example, projects and models that will be incorporated into PyThaiNLP's umbrella should have
|
Add ETCC and Thai Romanization |
Add CRF-Cut |
This issue is quite challenging because those systems have or use very difference frameworks. Instead, we might organise them based on the nature of the tasks and data. Roughly speaking, we might decompose the problem into two parts, datasets and models. My idea is that we can implement Having said that, we probably need to start with Related to #440 What do you think? |
Add Thai Grapheme-to-Phoneme (Thai G2P). |
@bact move to wiki? |
Good idea. Agree to move to wiki |
I move this page to https://github.com/PyThaiNLP/pythainlp/wiki/Language-Models |
Almost all models we use now (see list in #298) are trained privately by different contributors. With code on notebooks or scripts that may be private or may be open source but difficult to follow.
To make PyThaiNLP more transparent and more customizable by users, should try to put training scripts or instructions (can be pointers) somewhere in the repo.
Known scripts/notebooks and data
The text was updated successfully, but these errors were encountered: