细胞词库转换可以使用 cidian 包 :https://github.com/qinwf/cidian/
通过CRAN安装:
install.packages("jiebaR")
同时还可以通过Github安装[开发版],建议使用 gcc >= 4.9 编译,Windows需要安装 Rtools :
library(devtools)
install_github("qinwf/jiebaRD")
install_github("qinwf/jiebaR")
使用中遇到问题,可以:
- 发送邮件至用户邮件列表 jiebaR@googlegroups.com
- 访问 https://groups.google.com/d/forum/jiebaR
- 在 GitHub 提交 issues。
This is a package for Chinese text segmentation, keyword extraction and speech tagging.
Install the latest development version from GitHub:
devtools::install_github("qinwf/jiebaR")
# optional: data package
devtools::install_github("qinwf/jiabaRD")
Install from CRAN:
install.packages("jiebaR")
If you encounter any problems, please feel free to:
- Reach our Google Groups e-mail
- Visit our Google Groups page
- File an Issue