Learn R Programming

jiebaRD (version 0.1)

jiebaRD: A package for Chinese text segmentation

Description

jiebaR is a package for Chinese text segmentation, keyword extraction and speech tagging. This package provides the data files required by jiebaR. jiebaR supports four types of segmentation mode: Maximum Probability, Hidden Markov Model, Query Segment and Mix Segment.

Arguments

Details

You can use custom dictionary to be included in the jiebaR default dictionary. jiebaR can also identify new words, but adding your own new words will ensure a higher accuracy.

References

CppJieba https://github.com/aszxqw/cppjieba;

See Also

JiebaR https://github.com/qinwf/jiebaR;

Examples

Run this code
library("jiebaRD")

Run the code above in your browser using DataLab