• Stars
    star
    342
  • Rank 123,697 (Top 3 %)
  • Language
    C++
  • License
    Other
  • Created over 10 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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 包进行细胞词库转换

问题

使用中遇到问题,可以:

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: