All Projects → qinwf → Jiebar

qinwf / Jiebar

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

Projects that are alternatives of or similar to Jiebar

Chinese Text Classification
Chinese-Text-Classification,Tensorflow CNN(卷积神经网络)实现的中文文本分类。QQ群:522785813,微信群二维码:http://www.tensorflownews.com/
Stars: ✭ 284 (-5.96%)
Mutual labels:  chinese, jieba
Gse
Go efficient multilingual NLP and text segmentation; support english, chinese, japanese and other. Go 高性能多语言 NLP 和分词
Stars: ✭ 1,695 (+461.26%)
Mutual labels:  chinese, jieba
FewCLUE
FewCLUE 小样本学习测评基准,中文版
Stars: ✭ 251 (-16.89%)
Mutual labels:  chinese
CSharpNamingGuidelines
C#命名规范中文版/C#编码规范中文版
Stars: ✭ 30 (-90.07%)
Mutual labels:  chinese
Php Best Practices Zh cn
PHP Best Practices(中译版)
Stars: ✭ 261 (-13.58%)
Mutual labels:  chinese
sqlmap-wiki-zhcn
可能是最完整的 sqlmap 中文文档。
Stars: ✭ 51 (-83.11%)
Mutual labels:  chinese
Tongjian
资治通鉴易读版
Stars: ✭ 268 (-11.26%)
Mutual labels:  chinese
Xmorse
🌞 ~1.5Kb morse code library for all. 一个支持 Unicode 中文摩斯密码编码的 Javascript 库。
Stars: ✭ 266 (-11.92%)
Mutual labels:  chinese
Overview
中文编程的历史、现状和展望。issue 中进行相关问题的讨论.
Stars: ✭ 282 (-6.62%)
Mutual labels:  chinese
Swift
swift 上手开发APP必备
Stars: ✭ 257 (-14.9%)
Mutual labels:  chinese
Rasa nlu gq
turn natural language into structured data(支持中文,自定义了N种模型,支持不同的场景和任务)
Stars: ✭ 256 (-15.23%)
Mutual labels:  jieba
ArchLinuxTutorial
✨Arch Linux安装使用教程 每日实时更新! | 包含ArchLinux从安装到日常使用、娱乐、编程、媒体制作的各个方面,让Arch成为你的常用系统吧! | 提供在线网页文档 ✨
Stars: ✭ 513 (+69.87%)
Mutual labels:  chinese
Textmining
Python文本挖掘系统 Research of Text Mining System
Stars: ✭ 268 (-11.26%)
Mutual labels:  jieba
awesome-hokchew
A curated list of resources about the Hokchew / Foochow language. 閩東語福州話的資源整合列表。
Stars: ✭ 16 (-94.7%)
Mutual labels:  chinese
Cluecorpus2020
Large-scale Pre-training Corpus for Chinese 100G 中文预训练语料
Stars: ✭ 278 (-7.95%)
Mutual labels:  chinese
rust-pinyin
汉字转拼音
Stars: ✭ 111 (-63.25%)
Mutual labels:  chinese
News Search Engine
新闻搜索引擎
Stars: ✭ 254 (-15.89%)
Mutual labels:  jieba
Albert Chinese Ner
使用预训练语言模型ALBERT做中文NER
Stars: ✭ 302 (+0%)
Mutual labels:  chinese
Tensorflow Mtcnn
人脸检测MTCNN算法,采用tensorflow框架编写,从理解到训练,中文注释完全,含测试和训练,支持摄像头
Stars: ✭ 302 (+0%)
Mutual labels:  chinese
Borgert Cms
Borgert is a CMS Open Source created with Laravel Framework 5.6
Stars: ✭ 298 (-1.32%)
Mutual labels:  chinese

中文分词

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].