public static class ContentAnalyser.Counts extends Object
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDetectedKeywords() |
long |
getDocumentLength() |
com.google.common.collect.Multiset<NamedEntity> |
getEntities() |
com.google.common.collect.Multiset<String> |
getKeywords() |
Locale |
getLanguage() |
static <T> List<T> |
topK(com.google.common.collect.Multiset<T> set,
int k) |
public com.google.common.collect.Multiset<String> getKeywords()
public com.google.common.collect.Multiset<NamedEntity> getEntities()
public long getDocumentLength()
public Locale getLanguage()
public static <T> List<T> topK(com.google.common.collect.Multiset<T> set, int k)
Copyright © 2017. All rights reserved.