public class ContentAnalyser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ContentAnalyser.Counts |
| Constructor and Description |
|---|
ContentAnalyser(LanguageDetector languageDetector,
LabelerFactory labelerFactory) |
| Modifier and Type | Method and Description |
|---|---|
ContentAnalyser.Counts |
analyze(List<String> paragraphs,
Set<String> keywords) |
protected Collection<NamedEntity> |
extractEntities(Labeler labeler,
String paragraph) |
public ContentAnalyser(LanguageDetector languageDetector, @Nullable LabelerFactory labelerFactory)
public ContentAnalyser.Counts analyze(List<String> paragraphs, Set<String> keywords)
protected Collection<NamedEntity> extractEntities(Labeler labeler, String paragraph)
Copyright © 2017. All rights reserved.