Skip to contents

Create a tagger function

Usage

create_tagger(sys_dic, user_dic = "", max_grouping_len = 0L, verbose = FALSE)

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.

Value

A function inheriting class purrr_function_partial.