View source: R/sentence_functions.R
tokenize_sentences_ru | R Documentation |
IMPORTANT: must be run first in order to create internal Python object 'sentences' and 'sentences_lower' to be accessed by 'get_sentence_filtered_doc_indices()' (and thereby also by 'create_sentence_filtered_df()' and 'explore_sentence_filtered_df()').
tokenize_sentences_ru(df, to_lower = TRUE)
df |
R data frame or corporaexplorerobject |
to_lower |
convert the final list of lists to lower case? |
internal Python object 'sentences' and 'sentences_lower'.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.