Create a tagger function
Arguments
- 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
0L
, indicating the infinity length.- verbose
Logical. If
TRUE
, returns additional information for debugging.