-
Notifications
You must be signed in to change notification settings - Fork 278
Manage extra requires + merge g2p and romanization to one transliterate module #153
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
Conversation
bact
commented
Nov 6, 2018
•
edited
Loading
edited
- g2p's IPA and romanization's romanize (pyicu, thai2rom, royin) will all be in one common module about transliteration
- add more test cases
- manage extra packages (epitran, etc.) - to address package import, installation, and data download policy - should we make a decision to install a package/make a local copy of data without the user asking? #144
…terate module - add more test cases
Merge readme
* 'dev' of https://github.com/bact/pythainlp: Update README.md Update README.md Add link to master's README
Build fails, basically from missing imports (epitrain). Another issue related to imports. Have to decided how to deal with "optional packages" that used by some functionalities. |
- add extras_require to setup.py
Travis fails because: AppVeyor fails because there's no torch PyPI package for Windows. |
Test on Windows (AppVeyor) fails due to UnicodeDecodeError in artagger (#155) |
- fastai==0.7.0