get_dict_features {gibasa} | R Documentation |
Get dictionary features
Description
Returns names of dictionary features. Currently supports "unidic17" (2.1.2 src schema), "unidic26" (2.1.2 bin schema), "unidic29" (schema used in 2.2.0, 2.3.0), "cc-cedict", "ko-dic" (mecab-ko-dic), "naist11", "sudachi", and "ipa".
Usage
get_dict_features(
dict = c("ipa", "unidic17", "unidic26", "unidic29", "cc-cedict", "ko-dic", "naist11",
"sudachi")
)
Arguments
dict |
Character scalar; one of "ipa", "unidic17", "unidic26", "unidic29", "cc-cedict", "ko-dic", "naist11", or "sudachi". |
Value
A character vector.
See Also
See also 'CC-CEDICT-MeCab' and 'mecab-ko-dic'.
Examples
get_dict_features("ipa")
[Package gibasa version 1.1.1 Index]