Last active
June 18, 2019 04:59
-
-
Save wfng92/803e1ed80a902f2e6842715577441325 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from snownlp import seg | |
| seg.train('custom_seg.txt') | |
| seg.save('seg.marshal') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment