You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for keeping maintain this repo and offering this amazing tool for us.
I am doing for some Japanese analysis, and I need to split the words and evaluate the sentiment of sentence. I did some research as well, MeCab looks could help me to solve part of this puzzle. And in my project, there are some professional words need to be considered, so I summarize them to a .csv file. But I did not found a way to add these words into the system/user dict.
Anybody knows how to customize our own dict? Thanks a lot~
Implementation
I have been followed the README file, step by step to replace the default dict of MeCab (ipadic) with mecab-ipadic-neologd. The testing result is same with developer.
Also, I looked the solved issue which is similar with my question, and edited the one of existing .csv in /build, and executed 'make' command, but I got this error:
make
make: Nothing to be done for `all'.
The text was updated successfully, but these errors were encountered:
hi, developer,
thanks for keeping maintain this repo and offering this amazing tool for us.
I am doing for some Japanese analysis, and I need to split the words and evaluate the sentiment of sentence. I did some research as well, MeCab looks could help me to solve part of this puzzle. And in my project, there are some professional words need to be considered, so I summarize them to a .csv file. But I did not found a way to add these words into the system/user dict.
Anybody knows how to customize our own dict? Thanks a lot~
Implementation
I have been followed the README file, step by step to replace the default dict of MeCab (ipadic) with mecab-ipadic-neologd. The testing result is same with developer.
Also, I looked the solved issue which is similar with my question, and edited the one of existing .csv in /build, and executed 'make' command, but I got this error:
The text was updated successfully, but these errors were encountered: