| Package | Description |
|---|---|
| com.hankcs.hanlp | |
| com.hankcs.hanlp.mining.word |
| Modifier and Type | Method and Description |
|---|---|
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(BufferedReader reader,
int size,
boolean newWordsOnly,
int max_word_len,
float min_freq,
float min_entropy,
float min_aggregation)
提取词语(新词发现)
|
static List<WordInfo> |
HanLP.extractWords(String text,
int size)
提取词语
|
static List<WordInfo> |
HanLP.extractWords(String text,
int size,
boolean newWordsOnly)
提取词语(新词发现)
|
| Modifier and Type | Method and Description |
|---|---|
List<WordInfo> |
NewWordDiscover.discover(BufferedReader reader,
int size)
提取词语
|
List<WordInfo> |
NewWordDiscover.discover(String doc,
int size)
提取词语
|
Copyright © 2014–2021 码农场. All rights reserved.