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:
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: