Chinese Text Segmentation, POS Tagging, and Keyword Extraction


[Up] [Top]

Documentation for package ‘jiebaRS’ version 0.2.0

Help Pages

add_word Add user word
count_ngrams Count n-grams from segmented text
filter_segment Filter segmentation results
freq The frequency of words
get_idf Generate IDF dict
get_tuple Compatibility wrapper for 'jiebaR::get_tuple()'
keywords Extract keywords from text
keywords_df Extract keywords as a data frame
new_user_word Add user word
segment Segment text with a jieba worker
segment_batch Segment a batch of strings
tagging Tag text with a jiebaRS worker
tagging_batch Tag a batch of strings
textrank Extract TextRank keywords from text
textrank_df Extract TextRank keywords as a data frame
worker Initialize a jiebaRS worker