|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Hit | |
|---|---|
| gate.creole.annic | |
| gate.creole.annic.lucene | |
| gate.gui | |
| gate.persist | |
| Uses of Hit in gate.creole.annic |
|---|
| Subclasses of Hit in gate.creole.annic | |
|---|---|
class |
Pattern
Pattern is an extension of the HIT class. |
| Methods in gate.creole.annic that return Hit | |
|---|---|
static Hit[] |
Parser.fromXML(String xml)
Given xml representation of HIT converts them into an array of hits |
Hit[] |
Searcher.getHits()
return the last seen hits once again |
Hit[] |
Searchable.next(int numberOfPatterns)
|
Hit[] |
Searcher.next(int numberOfHits)
Return the next numberOfHits -1 indicates all |
| Methods in gate.creole.annic with parameters of type Hit | |
|---|---|
static String |
Parser.toXML(Hit[] hits)
Given an array of instances of Hit, this method returns an xml representation of the Hit |
| Method parameters in gate.creole.annic with type arguments of type Hit | |
|---|---|
int |
Searcher.freq(List<Hit> patternsToSearchIn,
String annotationType,
boolean inMatchedSpan,
boolean inContext)
|
int |
Searcher.freq(List<Hit> patternsToSearchIn,
String annotationType,
String feature,
String value,
boolean inMatchedSpan,
boolean inContext)
|
Map<String,Integer> |
Searcher.freqForAllValues(List<Hit> patternsToSearchIn,
String annotationType,
String feature,
boolean inMatchedSpan,
boolean inContext)
|
| Uses of Hit in gate.creole.annic.lucene |
|---|
| Methods in gate.creole.annic.lucene that return Hit | |
|---|---|
Hit[] |
LuceneSearcher.getHits()
Gets the found hits (annic patterns). |
Hit[] |
LuceneSearcher.next(int numberOfHits)
Return the next numberOfHits -1 indicates all |
| Method parameters in gate.creole.annic.lucene with type arguments of type Hit | |
|---|---|
int |
LuceneSearcher.freq(List<Hit> patternsToSearchIn,
String annotationType,
boolean inMatchedSpan,
boolean inContext)
|
static int |
StatsCalculator.freq(List<Hit> patternsToSearchIn,
String annotationType,
boolean inMatchedSpan,
boolean inContext)
|
int |
LuceneSearcher.freq(List<Hit> patternsToSearchIn,
String annotationType,
String feature,
String value,
boolean inMatchedSpan,
boolean inContext)
|
static int |
StatsCalculator.freq(List<Hit> patternsToSearchIn,
String annotationType,
String feature,
String value,
boolean inMatchedSpan,
boolean inContext)
Allows retrieving frequencies for the given parameters. |
Map<String,Integer> |
LuceneSearcher.freqForAllValues(List<Hit> patternsToSearchIn,
String annotationType,
String feature,
boolean inMatchedSpan,
boolean inContext)
|
static Map<String,Integer> |
StatsCalculator.freqForAllValues(List<Hit> patternsToSearchIn,
String annotationType,
String feature,
boolean inMatchedSpan,
boolean inContext)
Calculates frequencies for all possible values of the provided AT.feature |
| Uses of Hit in gate.gui |
|---|
| Fields in gate.gui with type parameters of type Hit | |
|---|---|
private List<Hit> |
LuceneDataStoreSearchGUI.results
instances of results associated found in the document |
| Uses of Hit in gate.persist |
|---|
| Methods in gate.persist that return Hit | |
|---|---|
Hit[] |
LuceneDataStoreImpl.next(int numberOfPatterns)
Returns the next numberOfPatterns |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||