junhewk / RcppMeCab

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

add function install mecab-ko & dic for windows #5

Closed mrchypark closed 2 years ago

mrchypark commented 5 years ago

add function install mecab-ko & dic for windows.

if you don't want to add function in package, It would better belongs to installr package. or another saperated package will be fine.

junhewk commented 5 years ago

@mrchypark

Thank you so much for uploading a commit. The installation function you add is neat. As you know, an installation function of MeCab-ko-MSVC and MeCab-ko-dic-MSVC exists in MecabKo, but not in RcppMeCab because this package is for CJK, not only Korean.

I'll try to contact Taku Kudo (the maker of MeCab) for requesting a permission to upload a Windows-compiled version of MeCab (for Japanese) in similar fashion (that means, not with an self-expandable pack, but with tar.gz archive). Till then, could you wait for the merging the code?

mrchypark commented 5 years ago

@junhewk, Of course, It's on you. I didn't know that Windows-compiled version of MeCab (for Japanese) is not yet.

Anyway many thanks to build & maintain package. I'm happy to use RcppMeCab with tidytext for Korean.