- fix issue 10, 11. related to load_userdict and logging. - Add "utils.short_sentence", "utils.cut_mp" and "utils.pseg_mp" method for shorting long sentence and implement multiprocessing to cut and pseg function.
0.3.1
- Add "cut_batch" and "pseg_batch" method to support batch segmentation by using GPU computing.
0.3.0.0
- change model structure to reduce file size and increase speed - no need to download model file - enable userdict weight-value setting
0.2.6
- LICENSE revision to [CC-BY-NC-SA 4.0 License](http://creativecommons.org/licenses/by-nc-sa/4.0/) - release new model file, model-830.pt
0.2.5.1
- force incomplete sentence can be output word and pos without error message. ex.『隔離百分之』can be output as [['隔離', 'VC'], ['百分之', 'Neqa']], although "百分之" is incomplete. - fix load_userdict function to avoid output dubplicate user define terms. - fintune some wording.