junhewk / RcppMeCab

RcppMeCab: Rcpp Interface of CJK Morpheme Analyzer MeCab
24 stars 8 forks source link

Does the package work properly when using Windows and Korean MeCab? #10

Closed paithiov909 closed 3 years ago

paithiov909 commented 3 years ago

You know, only when using windows, the package uses pre-packaged libmecab.dll for its compiling. This approach is now quite fine so that the package works well when using 64bit Windows and MeCab for Japanese.

However, it still has some troubles using Windows and Korean MeCab.

I tried to use RcppMeCab::pos with Korean MeCab and mecab-ko-dic under my local machine, it occured an Exception and returned nothing.

junhewk commented 3 years ago

As you know, RcppMeCab::pos and other functions depend on installed MeCab binary. When using RcppMeCab to parse Korean, you need to install MeCab and R in Korean Windows. That is the limit of MeCab itself.

Current Github version works well in Windows 64 bit (Korean).

image

Thank you for your contribution. I really appreciate it.