create_tagger | R Documentation |
Create a tagger function
create_tagger(sys_dic, user_dic = "", max_grouping_len = 0L, verbose = FALSE)
sys_dic |
Character scalar; path to the system dictionary for 'vibrato'. |
user_dic |
Character scalar; path to the user dictionary for 'vibrato'. |
max_grouping_len |
Integer scalar;
The maximum grouping length for unknown words.
The default value is |
verbose |
Logical.
If |
A function inheriting class purrr_function_partial
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.