Package index
-
worker() - Initialize a jiebaRS worker
-
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
-
keywords() - Extract keywords from text
-
keywords_df() - Extract keywords as a data frame
-
textrank() - Extract TextRank keywords from text
-
textrank_df() - Extract TextRank keywords as a data frame
-
get_idf() - Generate IDF dict
-
new_user_word()add_word() - Add user word
-
import_cidian() - Import an input-method dictionary into a worker
-
read_cidian() - Read an input-method dictionary as a data frame
-
filter_segment() - Filter segmentation results
-
freq() - The frequency of words
-
count_ngrams() - Count n-grams from segmented text
-
stopwords_cnstopwords_enstopwords_full - Built-in stopword lists