rstudio / shinyapps-package-dependencies

Collection of bash scripts that install R package system dependencies
https://www.shinyapps.io/
Other
79 stars 56 forks source link

Installation of R package "RMeCab", MeCab, and its dictionary on ShinyApps.io. #112

Open ms512 opened 6 years ago

ms512 commented 6 years ago

Hi. I was advised to post here by the Rstudio support.

I want to use MeCab on ShinyApps.io. It is a morphological analysis engine for Japanese. Is there a possibility that ShinyApps.io would make them available on their server?

jspiewak commented 6 years ago

Could you provide links to the R package and the system package? Alternatively, we happily accept pull requests in this repository.

ms512 commented 6 years ago

Thank you very much!

Here is the repository of RMeCab (R package). http://rmecab.jp/R

Here is the source file of MeCab. https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7cENtOXlicTFaRUE Here is the dictionary file. https://drive.google.com/uc?export=download&id=0B4y35FiV1wh7MWVlSDBCSXZMTXM Both are referred from here. http://taku910.github.io/mecab/ Alternatively, they can be also installed with brew. $ brew install mecab $ brew install mecab-ipadic