|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PatternAnnotation | |
|---|---|
| gate.creole.annic | |
| gate.creole.annic.lucene | |
| Uses of PatternAnnotation in gate.creole.annic |
|---|
| Fields in gate.creole.annic with type parameters of type PatternAnnotation | |
|---|---|
protected List<PatternAnnotation> |
Pattern.annotations
annotations |
| Methods in gate.creole.annic that return PatternAnnotation | |
|---|---|
PatternAnnotation[] |
Pattern.getPatternAnnotations()
Returns all annotations underlying the pattern |
PatternAnnotation[] |
Pattern.getPatternAnnotations(String type)
Returns the annotations with the given type |
PatternAnnotation[] |
Pattern.getPatternAnnotations(String type,
String feature)
Returns the annotations with the given type and the feature |
| Methods in gate.creole.annic that return types with arguments of type PatternAnnotation | |
|---|---|
List<PatternAnnotation> |
Pattern.getPatternAnnotations(int startOffset,
int endOffset)
Returns the annotations lying between the start and the end offsets |
| Constructor parameters in gate.creole.annic with type arguments of type PatternAnnotation | |
|---|---|
Pattern(String docID,
String annotationSetName,
String patternText,
int startOffset,
int endOffset,
int leftContextStartOffset,
int rightContextEndOffset,
List<PatternAnnotation> annotations,
String queryString)
Constructor |
|
| Uses of PatternAnnotation in gate.creole.annic.lucene |
|---|
| Methods in gate.creole.annic.lucene that return types with arguments of type PatternAnnotation | |
|---|---|
List<List<PatternAnnotation>> |
LuceneQueryResult.getGateAnnotations()
Gets the GateAnnotations for each pattern. |
| Constructor parameters in gate.creole.annic.lucene with type arguments of type PatternAnnotation | |
|---|---|
LuceneQueryResult(Object docID,
String annotationSetName,
List firstTermPositions,
List<Integer> patternLength,
int queryType,
List<List<PatternAnnotation>> gateAnnotations,
String query)
Constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||