pattern2list.Rd
Convert various input as pattern to a vector used in tokens_select, tokens_compound and kwic.
pattern2list(pattern, types, valuetype, case_insensitive, concatenator = "_", levels = 1, remove_unigram = FALSE, keep_nomatch = FALSE)
pattern | a character vector, list of character vectors, dictionary, or collocations object. See pattern for details. |
---|---|
valuetype | the type of pattern matching: |
case_insensitive | ignore the case of dictionary values if |
concatenator | concatenator that join multi-word expression in tokens object |
levels | only used when pattern is a dictionary |
remove_unigram | ignore single-word patterns if |