jiebaR

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

https://github.com/qinwf/jiebar

Science Score: 23.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary

Keywords

chinese chinese-text-segmentation cppjieba jieba lexical-analysis nlp
Last synced: 11 months ago · JSON representation

Repository

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

Basic Info
  • Host: GitHub
  • Owner: qinwf
  • License: other
  • Language: C++
  • Default Branch: master
  • Homepage:
  • Size: 21.6 MB
Statistics
  • Stars: 337
  • Watchers: 48
  • Forks: 110
  • Open Issues: 36
  • Releases: 0
Topics
chinese chinese-text-segmentation cppjieba jieba lexical-analysis nlp
Created about 12 years ago · Last pushed about 6 years ago
Metadata Files
Readme License

README.md

中文分词

Build Status Build status codecov DOI

细胞词库转换可以使用 cidian 包 :https://github.com/qinwf/cidian/

安装

通过CRAN安装:

r install.packages("jiebaR")

同时还可以通过Github安装[开发版],建议使用 gcc >= 4.9 编译,Windows需要安装 Rtools

r 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:

```r devtools::install_github("qinwf/jiebaR")

optional: data package

devtools::install_github("qinwf/jiabaRD") ```

Install from CRAN:

r install.packages("jiebaR")

Questions

If you encounter any problems, please feel free to:

Owner

  • Name: qinwf
  • Login: qinwf
  • Kind: user

GitHub Events

Total
  • Issues event: 2
  • Watch event: 14
  • Issue comment event: 5
  • Pull request event: 1
  • Fork event: 2
Last Year
  • Issues event: 2
  • Watch event: 14
  • Issue comment event: 5
  • Pull request event: 1
  • Fork event: 2

Committers

Last synced: over 2 years ago

All Time
  • Total Commits: 396
  • Total Committers: 8
  • Avg Commits per committer: 49.5
  • Development Distribution Score (DDS): 0.114
Past Year
  • Commits: 0
  • Committers: 0
  • Avg Commits per committer: 0.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
qinwf m****l@q****m 351
qinwf m****l@e****m 14
qinwf q****f@r****g 12
Qin Wenfeng q****f 10
root r****t@d****n 5
qinwf q****a@v****m 2
Michael Chirico m****4@g****m 1
Yanyi Wu i@y****m 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 70
  • Total pull requests: 4
  • Average time to close issues: about 1 month
  • Average time to close pull requests: 12 days
  • Total issue authors: 48
  • Total pull request authors: 4
  • Average comments per issue: 3.47
  • Average comments per pull request: 0.5
  • Merged pull requests: 2
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • zheguzai100 (8)
  • qinwf (7)
  • BruceZhaoR (4)
  • scjiaer (2)
  • amjiuzi (2)
  • yipcma (2)
  • wush978 (2)
  • strategist922 (2)
  • alexwwang (2)
  • chenggang0815 (1)
  • iclementine (1)
  • shihjchen (1)
  • Jessica813 (1)
  • DDDchiyukawaii (1)
  • WangYuKane (1)
Pull Request Authors
  • Enchufa2 (1)
  • yanyiwu (1)
  • MichaelChirico (1)
  • yihui (1)
Top Labels
Issue Labels
bug (1) enhancement (1)
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads:
    • cran 2,864 last-month
  • Total dependent packages: 7
  • Total dependent repositories: 9
  • Total versions: 13
  • Total maintainers: 1
cran.r-project.org: jiebaR

Chinese Text Segmentation

  • Versions: 13
  • Dependent Packages: 7
  • Dependent Repositories: 9
  • Downloads: 2,864 Last month
Rankings
Forks count: 0.6%
Stargazers count: 1.1%
Average: 5.4%
Dependent packages count: 7.1%
Downloads: 8.2%
Dependent repos count: 9.9%
Maintainers (1)
Last synced: about 1 year ago

Dependencies

DESCRIPTION cran
  • R >= 3.3 depends
  • jiebaRD * depends
  • Rcpp >= 0.12.1 imports
  • devtools * suggests
  • knitr * suggests
  • rmarkdown * suggests
  • roxygen2 * suggests
  • testthat * suggests
tests/testthat/CPP_API/DESCRIPTION cran
  • R >= 3.1 depends
  • jiebaRD * depends
  • Rcpp * imports
  • jiebaR * imports
  • knitr * suggests
  • roxygen2 * suggests
  • testthat * suggests
tests/testthat/C_API/DESCRIPTION cran
  • R >= 3.1 depends
  • jiebaRD * depends
  • Rcpp * imports
  • jiebaR * imports
  • knitr * suggests
  • roxygen2 * suggests
  • testthat * suggests