|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationSet | |
gate | |
gate.annotation | |
gate.corpora | |
gate.creole.namematch | |
gate.creole.nerc | |
gate.email | |
gate.event | |
gate.gui | |
gate.html | |
gate.jape | |
gate.util | |
gate.xml |
Uses of AnnotationSet in gate |
Methods in gate that return AnnotationSet | |
AnnotationSet |
Document.getAnnotations()
Get the default set of annotations. |
AnnotationSet |
Document.getAnnotations(String name)
Get a named set of annotations. |
AnnotationSet |
AnnotationSet.get()
Get all annotations |
AnnotationSet |
AnnotationSet.get(String type)
Select annotations by type |
AnnotationSet |
AnnotationSet.get(Set types)
Select annotations by a set of types. |
AnnotationSet |
AnnotationSet.get(String type,
FeatureMap constraints)
Select annotations by type and features |
AnnotationSet |
AnnotationSet.get(String type,
FeatureMap constraints,
Long offset)
Select annotations by type, features and offset |
AnnotationSet |
AnnotationSet.get(Long offset)
Select annotations by offset. |
AnnotationSet |
AnnotationSet.get(Long startOffset,
Long endOffset)
Select annotations by offset. |
Uses of AnnotationSet in gate.annotation |
Classes in gate.annotation that implement AnnotationSet | |
class |
AnnotationSetImpl
Implementation of AnnotationSet. |
Fields in gate.annotation declared as AnnotationSet | |
protected AnnotationSet |
TestAnnotation.basicAS
An annotation set |
Methods in gate.annotation that return AnnotationSet | |
AnnotationSet |
AnnotationSetImpl.get()
Get all annotations |
AnnotationSet |
AnnotationSetImpl.get(String type)
Select annotations by type |
AnnotationSet |
AnnotationSetImpl.get(Set types)
Select annotations by a set of types. |
AnnotationSet |
AnnotationSetImpl.get(String type,
FeatureMap constraints)
Select annotations by type and features |
AnnotationSet |
AnnotationSetImpl.get(Long offset)
Select annotations by offset. |
AnnotationSet |
AnnotationSetImpl.get(Long startOffset,
Long endOffset)
Select annotations by offset. |
AnnotationSet |
AnnotationSetImpl.get(String type,
FeatureMap constraints,
Long offset)
Select annotations by type, features and offset |
Uses of AnnotationSet in gate.corpora |
Fields in gate.corpora declared as AnnotationSet | |
protected AnnotationSet |
DocumentImpl.defaultAnnots
The default annotation set |
Methods in gate.corpora that return AnnotationSet | |
AnnotationSet |
DocumentImpl.getAnnotations()
Get the default set of annotations. |
AnnotationSet |
DocumentImpl.getAnnotations(String name)
Get a named set of annotations. |
Methods in gate.corpora with parameters of type AnnotationSet | |
private String |
DocumentImpl.annotationSetToXml(AnnotationSet anAnnotationSet)
This method saves an AnnotationSet as XML. |
static void |
TestDocument.verifyNodeIdConsistency(AnnotationSet annotSet,
Map offests2NodeId,
Document doc)
This metod runs the test over an annotation Set. |
Uses of AnnotationSet in gate.creole.namematch |
Fields in gate.creole.namematch declared as AnnotationSet | |
protected AnnotationSet |
Namematch.nameAnnots
the annotation set for the document |
Uses of AnnotationSet in gate.creole.nerc |
Constructors in gate.creole.nerc with parameters of type AnnotationSet | |
EntitySet(String fileName,
Document document,
AnnotationSet annotationSet)
Constructs an entity set from a Gate annotation set |
Uses of AnnotationSet in gate.email |
Fields in gate.email declared as AnnotationSet | |
private AnnotationSet |
EmailDocumentHandler.basicAS
|
Uses of AnnotationSet in gate.event |
Constructors in gate.event with parameters of type AnnotationSet | |
AnnotationSetEvent(AnnotationSet source,
int type,
Document sourceDocument,
Annotation annotation)
Constructor. |
Uses of AnnotationSet in gate.gui |
Fields in gate.gui declared as AnnotationSet | |
protected AnnotationSet |
AnnotationEditor.EditAnnotationAction.set
The annotation set that ann belongs |
(package private) AnnotationSet |
AnnotationEditor.NewAnnotationPopupItem.targetAS
|
(package private) AnnotationSet |
AnnotationEditor.NewCustomAnnotationPopupItem.targetAS
|
private AnnotationSet |
SyntaxTreeViewer.treeAnnotations
|
Methods in gate.gui with parameters of type AnnotationSet | |
protected void |
AnnotationEditor.addAnnotationSet(AnnotationSet as,
int progressStart,
int progressEnd)
Used to register with the GUI a new annotation set on the current document. |
private void |
SyntaxTreeViewer.tokens2Tree(AnnotationSet tokens)
Converts the given tokens into a set of leaf nodes this needs testing as I've never used it |
void |
SyntaxTreeViewer.setTreeAnnotations(AnnotationSet newTreeAnnotations)
|
Constructors in gate.gui with parameters of type AnnotationSet | |
AnnotationEditor.EditAnnotationAction(Annotation ann,
AnnotationSet set)
Constructs an EditAnnotAction from an annotation and a set |
|
AnnotationEditor.NewAnnotationPopupItem(int aStart,
int anEnd,
AnnotationSchema aSchema,
AnnotationSet aTargetAS)
|
|
AnnotationEditor.NewCustomAnnotationPopupItem(int aStart,
int anEnd,
AnnotationSet aTargetAS)
|
Uses of AnnotationSet in gate.html |
Fields in gate.html declared as AnnotationSet | |
private AnnotationSet |
HtmlDocumentHandler.basicAS
|
Constructors in gate.html with parameters of type AnnotationSet | |
HtmlDocumentHandler(Document aDocument,
<
Constructor initialises all the private memeber data |
Uses of AnnotationSet in gate.jape |
Fields in gate.jape declared as AnnotationSet | |
private AnnotationSet |
BasicPatternElement.matchedAnnots
The set of annotations we have matched. |
Methods in gate.jape that return AnnotationSet | |
abstract AnnotationSet |
PatternElement.getMatchedAnnots()
Access to the annotations that have been matched. |
AnnotationSet |
ComplexPatternElement.getMatchedAnnots()
Access to the annotations that have been matched. |
AnnotationSet |
LeftHandSide.getBoundAnnots(String bindingName)
Get annotations via a binding name. |
(package private) AnnotationSet |
LeftHandSide.getMatchedAnnots()
For debugging only. |
AnnotationSet |
ConstraintGroup.getMatchedAnnots()
Access to the annotations that have been matched by this group. |
AnnotationSet |
BasicPatternElement.getMatchedAnnots()
Access to the annotations that have been matched. |
Methods in gate.jape with parameters of type AnnotationSet | |
void |
RhsAction.doit(Document doc,
AnnotationSet annotations,
Map bindings)
|
abstract void |
Transducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document. |
void |
SinglePhaseTransducer.transduce1(Document doc,
AnnotationSet annotationSet)
Transduce a document using the annotation set provided and the current rule application style. |
void |
SinglePhaseTransducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document using the annotation set provided and the current rule application style. |
void |
RightHandSide.transduce(Document doc,
AnnotationSet annotations,
Map bindings)
Makes changes to the document, using LHS bindings. |
void |
Batch.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Process a single document. |
void |
MultiPhaseTransducer.transduce(Document doc,
AnnotationSet input,
AnnotationSet output)
Transduce the document by running each phase in turn. |
void |
Rule.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Apply the RHS of this rule (LHS must have been matched first). |
Uses of AnnotationSet in gate.util |
Fields in gate.util declared as AnnotationSet | |
private AnnotationSet |
DumbTokeniser.annotationSet
|
Methods in gate.util with parameters of type AnnotationSet | |
void |
DumbTokeniser.tokenise(Document doc,
AnnotationSet annotationSet,
boolean runInNewThread)
Tokenises the given document writting all the generated annotations in the provided annotation set. |
Uses of AnnotationSet in gate.xml |
Fields in gate.xml declared as AnnotationSet | |
private AnnotationSet |
XmlDocumentHandler.basicAS
|
private AnnotationSet |
GateFormatXmlDocumentHandler.basicAS
An annotation set used for creating annotation reffering the doc |
private AnnotationSet |
GateFormatXmlDocumentHandler.currentAnnotationSet
|
Constructors in gate.xml with parameters of type AnnotationSet | |
XmlDocumentHandler(Document aDocument,
Map aMarkupElementsMap,
Map anElement2StringMap,
AnnotationSet anAnnotationSet)
Constructs a XmlDocumentHandler object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |