| Package | Description |
|---|---|
| de.l3s.icrawl.crawler | |
| de.l3s.icrawl.crawler.analysis |
Analysis of the content of crawled Web pages.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Crawler.crawlContinuously(ArchiveCrawlSpecification spec,
StoppingCriterion stoppingCriterion,
ResourceAnalyser.WeightingMethod method,
double relevanceThreshold,
int snapshotsToAnalyze) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceAnalyser.WeightingMethod |
ResourceAnalyser.WeightingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceAnalyser.WeightingMethod[] |
ResourceAnalyser.WeightingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ResourceAnalyser |
ResourceAnalyserFactory.get(ArchiveCrawlSpecification spec,
ResourceAnalyser.WeightingMethod method) |
ResourceAnalyser |
ResourceAnalyser.Factory.get(ArchiveCrawlSpecification spec,
ResourceAnalyser.WeightingMethod method) |
| Constructor and Description |
|---|
ResourceAnalyser(ArchiveCrawlSpecification spec,
ResourceAnalyser.WeightingMethod method,
com.codahale.metrics.MetricRegistry metrics,
float timeRelevanceThreshold,
float docSimilarityWeight) |
Copyright © 2017. All rights reserved.