| Package | Description |
|---|---|
| de.l3s.icrawl.contentanalysis |
Analysis of crawled documents
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<NamedEntity> |
ContentAnalyser.extractEntities(Labeler labeler,
String paragraph) |
Collection<NamedEntity> |
Labeler.extractEntities(String text) |
com.google.common.collect.Multiset<NamedEntity> |
ContentAnalyser.Counts.getEntities() |
| Constructor and Description |
|---|
DocumentVectorSimilarity(Map<String,Locale> referenceDocumentsToLanguage,
Set<String> keywords,
Set<NamedEntity> entities,
int maxTerms,
boolean useDF,
Locale defaultLanguage,
LanguageModels languageModels)
Create a SpecSimilarity Object that is serializable and stores a
reference to the input's document collection.
|
Copyright © 2017. All rights reserved.