| 程序包 | 说明 |
|---|---|
| com.hankcs.hanlp | |
| com.hankcs.hanlp.mining.word |
| 限定符和类型 | 方法和说明 |
|---|---|
static List<WordInfo> |
HanLP.extractWords(BufferedReader reader,
int size)
提取词语
|
static List<WordInfo> |
HanLP.extractWords(BufferedReader reader,
int size,
boolean newWordsOnly)
提取词语(新词发现)
|
static List<WordInfo> |
HanLP.extractWords(String text,
int size)
提取词语
|
static List<WordInfo> |
HanLP.extractWords(String text,
int size,
boolean newWordsOnly)
提取词语(新词发现)
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<WordInfo> |
NewWordDiscover.discover(BufferedReader reader,
int size)
提取词语
|
List<WordInfo> |
NewWordDiscover.discover(String doc,
int size)
提取词语
|
Copyright © 2014–2018 码农场. All rights reserved.