jiebaR icon indicating copy to clipboard operation
jiebaR copied to clipboard

Chinese text segmentation with R. R语言中文分词 (文档已更新 🎉 :https://qinwenfeng.com/jiebaR/ )

中文分词

Build Status Build status codecov DOI

细胞词库转换可以使用 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")

使用指南 与 演示

使用指南 (已更新 🎉)

Shiny 演示

用 cidian 包进行细胞词库转换

问题

使用中遇到问题,可以:

  • 发送邮件至用户邮件列表 [email protected]
  • 访问 https://groups.google.com/d/forum/jiebaR
  • GitHub 提交 issues。

jiebaR

This is a package for Chinese text segmentation, keyword extraction and speech tagging.

Installation

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")

Questions

If you encounter any problems, please feel free to: