Tian Tian

Results 8 comments of Tian Tian

maxmin will encourage fake generations

I had same issue as well, can someone tell me why?

Hi, I just add requirements.txt with dependencies required. I'm sorry I cannot replicate your error. BTW, the codes should work on Python 3

Thanks for your comment. Referring to https://centos.pkgs.org/7/nux-dextop-x86_64/mecab-ipadic-2.7.0.20070801-10.el7.nux.1.x86_64.rpm.html, I thought `mecab-ipadic` on centos 7 is for UTF-8 use ony. So I wonder for `wordfreq/mecab.py`, should `mecab-ipadic` added to the list of...

Thank you for confirming my fix for CentOS. To be honest, I don't know. I think it's better to add OS info to `MECAB_DICTIONARY_NAMES` for dictionary selection if possible. Also,...

Hi, adding 'mecab-ipadic' doesn't work but changing line 53 to `return MeCab.Tagger("-Ochasen")` works.

@rspeer I just use the suggested dictionary setting of Mecab, referring to this repo https://github.com/SamuraiT/mecab-python3

I really appreciate your contribution to `wordfreq`, to test on CentOS, probably you can use a docker image of CentOS.