| 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 |
| import_cidian | Import an input-method dictionary into a worker |
| keywords | Extract keywords from text |
| keywords_df | Extract keywords as a data frame |
| new_user_word | Add user word |
| read_cidian | Read an input-method dictionary as a data frame |
| segment | Segment text with a jieba worker |
| segment_batch | Segment a batch of strings |
| stopwords | Built-in stopword lists |
| stopwords_cn | Built-in stopword lists |
| stopwords_en | Built-in stopword lists |
| stopwords_full | Built-in stopword lists |
| 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 |