public class MutualInformationEntropyPhraseExtractor extends Object implements IPhraseExtractor
| Constructor and Description |
|---|
MutualInformationEntropyPhraseExtractor() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
extract(String text,
int size)
一句话提取
|
List<String> |
extractPhrase(String text,
int size)
提取短语
|
public MutualInformationEntropyPhraseExtractor()
public List<String> extractPhrase(String text, int size)
IPhraseExtractorextractPhrase in interface IPhraseExtractortext - 文本size - 希望提取前几个短语Copyright © 2014–2021 码农场. All rights reserved.