Please enable JavaScript.
Coggle requires JavaScript to display documents.
hanlp解析 (HanLP 库主体 (全局配置Config (DEBUG: 开发模式, CoreDictionaryPath:核心词典路径,…
hanlp解析
HanLP 库主体
全局配置Config
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Normalization:是否执行字符正规化(繁体->简体,全角->半角,大写->小写),切换配置后必须删除CustomDictionary.txt.bin缓存
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
convertToPinyinString(text, separator, remainNone):转化为拼音
-
convertToPinyinFirstCharString(text,separator,remainNone):转化为拼音(首字母)
-
-
-
-
extractPhrase(text, size):提取短语
extractWords(text,size):提取短语,针对大文本
-
-
-
-
-
-
-
-
-