Package | Description |
---|---|
gate.creole.annic.lucene |
Modifier and Type | Class and Description |
---|---|
class |
LuceneIndexSearcher
This class provides an implementation that searches within the lucene
index to retrieve the results of a query submitted by user.
|
Modifier and Type | Method and Description |
---|---|
static int |
StatsCalculator.freq(IndexSearcher searcher,
String corpusToSearchIn,
String annotationSetToSearchIn,
String annotationType) |
static int |
StatsCalculator.freq(IndexSearcher searcher,
String corpusToSearchIn,
String annotationSetToSearchIn,
String annotationType,
String featureName) |
static int |
StatsCalculator.freq(IndexSearcher searcher,
String corpusToSearchIn,
String annotationSetToSearchIn,
String annotationType,
String featureName,
String value)
Allows retriving frequencies for the given parameters.
|
Copyright © 2024 GATE. All rights reserved.