8000 GitHub - Juzenn/jiebaR: Chinese text segmentation with R. R语言中文分词 (文档:https://qinwenfeng.com/jiebaR/ ;正在撰写的新文档:https://jiebaR.qinwf.com/ )
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Juzenn/jiebaR

 
 

Repository files navigation

中文分词

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

使用指南 与 演示

使用指南http://qinwenfeng.com/jiebaR/

v2 文档 : https://jiebaR.qinwf.com/

Shiny 演示https://qinwf.shinyapps.io/jiebaR-shiny/

细胞词库转换https://github.com/qinwf/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")

Install from CRAN:

install.packages("jiebaR")

About

Chinese text segmentation with R. R语言中文分词 (文档:https://qinwenfeng.com/jiebaR/ ;正在撰写的新文档:https://jiebaR.qinwf.com/

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 59.6%
  • R 35.3%
  • C 4.8%
  • CMake 0.3%
0