|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotationSet | |
---|---|
debugger.resources | |
debugger.resources.pr | |
gate | This package contains the public interface to the GATE Java API. |
gate.annotation | |
gate.corpora | |
gate.creole | |
gate.creole.annotransfer | |
gate.creole.dumpingPR | |
gate.creole.ml | |
gate.creole.nerc | |
gate.creole.orthomatcher | |
gate.event | |
gate.gui | |
gate.gui.docview | |
gate.html | |
gate.jape | |
gate.persist | |
gate.util | |
gate.xml |
Uses of AnnotationSet in debugger.resources |
---|
Methods in debugger.resources with parameters of type AnnotationSet | |
---|---|
void |
PhaseController.RuleFinished(SPTLock sptLock,
SinglePhaseTransducer spt,
RightHandSide rhs,
Document document,
HashMap bindings,
AnnotationSet inputAS,
AnnotationSet outputAS)
|
void |
PhaseController.RuleMatched(SPTLock sptLock,
SinglePhaseTransducer spt,
RightHandSide rhs,
Document document,
HashMap bindings,
AnnotationSet inputAS,
AnnotationSet outputAS)
|
Uses of AnnotationSet in debugger.resources.pr |
---|
Methods in debugger.resources.pr that return AnnotationSet | |
---|---|
AnnotationSet |
RuleTrace.getAnnotations()
|
AnnotationSet |
RuleAnnotationHistory.getAnnotationSet(Document document)
|
AnnotationSet |
TraceContainer.getPhaseCut(PhaseModel pm)
|
Methods in debugger.resources.pr with parameters of type AnnotationSet | |
---|---|
boolean |
RuleAnnotationHistory.addAnnotationSet(AnnotationSet annSet)
|
void |
TraceContainer.putPhaseCut(SinglePhaseTransducer spt,
AnnotationSet annotations)
|
void |
RuleTrace.setAnnotations(AnnotationSet annotations)
|
Uses of AnnotationSet in gate |
---|
Methods in gate that return AnnotationSet | |
---|---|
AnnotationSet |
SimpleAnnotationSet.get()
Get all annotations |
AnnotationSet |
AnnotationSet.get(Long offset)
Select annotations by offset. |
AnnotationSet |
AnnotationSet.get(Long startOffset,
Long endOffset)
Select annotations by offset. |
AnnotationSet |
SimpleAnnotationSet.get(Set types)
Select annotations by a set of types. |
AnnotationSet |
SimpleAnnotationSet.get(String type)
Select annotations by type |
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(String type,
Long startOffset,
Long endOffset)
Select annotations by offset and type. |
AnnotationSet |
AnnotationSet.get(String type,
Set featureNames)
Select annotations by type and feature names It returns all annotations of the given type that have the given set of features, regardless of their concrete values If the type == null, then select regardless of type |
AnnotationSet |
SimpleDocument.getAnnotations()
Get the default set of annotations. |
AnnotationSet |
SimpleDocument.getAnnotations(String name)
Get a named set of annotations. |
AnnotationSet |
AnnotationSet.getContained(Long startOffset,
Long endOffset)
Select annotations by offset. |
Uses of AnnotationSet in gate.annotation |
---|
Subinterfaces of AnnotationSet in gate.annotation | |
---|---|
interface |
EventAwareAnnotationSet
|
Classes in gate.annotation that implement AnnotationSet | |
---|---|
class |
AnnotationSetImpl
Implementation of AnnotationSet. |
class |
DatabaseAnnotationSetImpl
|
Fields in gate.annotation declared as AnnotationSet | |
---|---|
protected AnnotationSet |
TestAnnotation.basicAS
An annotation set |
protected AnnotationSet |
TestDatabaseAnnotationSet.basicAS
An annotation set |
Methods in gate.annotation that return AnnotationSet | |
---|---|
AnnotationSet |
AnnotationSetImpl.get()
Get all annotations |
AnnotationSet |
AnnotationSetImpl.get(Long offset)
Select annotations by offset. |
AnnotationSet |
AnnotationSetImpl.get(Long startOffset,
Long endOffset)
Select annotations by offset. |
AnnotationSet |
AnnotationSetImpl.get(Set types)
Select annotations by a set of types. |
AnnotationSet |
AnnotationSetImpl.get(String type)
Select annotations by type |
AnnotationSet |
AnnotationSetImpl.get(String type,
FeatureMap constraints)
Select annotations by type and features This will return an annotation set containing just those annotations of a particular type (i.e. with a particular name) and which have features with specific names and values. |
AnnotationSet |
AnnotationSetImpl.get(String type,
FeatureMap constraints,
Long offset)
Select annotations by type, features and offset |
AnnotationSet |
AnnotationSetImpl.get(String neededType,
Long startOffset,
Long endOffset)
Select annotations by offset. |
AnnotationSet |
AnnotationSetImpl.get(String type,
Set featureNames)
Select annotations by type and feature names |
AnnotationSet |
AnnotationSetImpl.getContained(Long startOffset,
Long endOffset)
Select annotations by offset that start at a position between the start and end before the end offset |
AnnotationSet |
AnnotationSetImpl.getStrict(Long startOffset,
Long endOffset)
Select annotations by offset. |
Methods in gate.annotation with parameters of type AnnotationSet | |
---|---|
Annotation |
AnnotationFactory.createAnnotationInSet(AnnotationSet set,
Integer id,
Node start,
Node end,
String type,
FeatureMap features)
Adds a new AnnotationImpl to the given set. |
Annotation |
DefaultAnnotationFactory.createAnnotationInSet(AnnotationSet set,
Integer id,
Node start,
Node end,
String type,
FeatureMap features)
|
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 |
DatabaseDocumentImpl.getAnnotations()
Get the default set of annotations. |
AnnotationSet |
DocumentImpl.getAnnotations()
Get the default set of annotations. |
AnnotationSet |
DatabaseDocumentImpl.getAnnotations(String name)
Get a named set of annotations. |
AnnotationSet |
DocumentImpl.getAnnotations(String name)
Get a named set of annotations. |
Methods in gate.corpora with parameters of type AnnotationSet | |
---|---|
void |
DocumentImpl.setDefaultAnnotations(AnnotationSet defaultAnnotations)
This method added by Shafirin Andrey, to allow access to protected member DocumentImpl.defaultAnnots
Required for JAPE-Debugger. |
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 |
---|
Methods in gate.creole with parameters of type AnnotationSet | |
---|---|
protected void |
GazetteerListsCollector.collectLists(AnnotationSet annots,
String annotType)
|
Uses of AnnotationSet in gate.creole.annotransfer |
---|
Fields in gate.creole.annotransfer declared as AnnotationSet | |
---|---|
protected AnnotationSet |
AnnotationSetTransfer.bodyAnnotations
|
Uses of AnnotationSet in gate.creole.dumpingPR |
---|
Methods in gate.creole.dumpingPR that return AnnotationSet | |
---|---|
protected AnnotationSet |
DumpingPR.renameAnnotations(AnnotationSet annots2Export,
HashMap renameMap)
|
Methods in gate.creole.dumpingPR with parameters of type AnnotationSet | |
---|---|
protected AnnotationSet |
DumpingPR.renameAnnotations(AnnotationSet annots2Export,
HashMap renameMap)
|
protected void |
DumpingPR.write2File(AnnotationSet exportSet)
|
Uses of AnnotationSet in gate.creole.ml |
---|
Fields in gate.creole.ml declared as AnnotationSet | |
---|---|
protected AnnotationSet |
MachineLearningPR.annotationSet
|
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.creole.orthomatcher |
---|
Fields in gate.creole.orthomatcher declared as AnnotationSet | |
---|---|
protected AnnotationSet |
OrthoMatcher.nameAllAnnots
|
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 |
SyntaxTreeViewer.currentSet
|
protected AnnotationSet |
AnnotationDiffGUI.keySet
|
protected AnnotationSet |
AnnotationDiffGUI.resSet
|
protected AnnotationSet |
DocumentEditor.EditAnnotationAction.set
|
protected AnnotationSet |
SyntaxTreeViewer.treeAnnotations
|
Methods in gate.gui with parameters of type AnnotationSet | |
---|---|
static boolean |
STreeNode.transferAnnotations(Document doc,
AnnotationSet targetAS)
Transfers the annotations from added to the given annotation set Also, for each annotation in removed, removes it from the given annotation set Called by OkAction() in the treeViewer to finalise the changes. |
Constructors in gate.gui with parameters of type AnnotationSet | |
---|---|
DocumentEditor.EditAnnotationAction(AnnotationSet set,
Annotation annotation)
|
|
DocumentEditor.HighlightAnnotationMenu(Annotation ann,
AnnotationSet aSet)
|
Uses of AnnotationSet in gate.gui.docview |
---|
Fields in gate.gui.docview declared as AnnotationSet | |
---|---|
protected AnnotationSet |
AnnotationEditor.set
|
Methods in gate.gui.docview with parameters of type AnnotationSet | |
---|---|
void |
AnnotationListView.addAnnotation(Object tag,
Annotation ann,
AnnotationSet set)
|
void |
AnnotationListView.addAnnotations(Collection tags,
Collection annotations,
AnnotationSet set)
Adds a batch of annotations in one go. |
Object |
TextualDocumentView.addHighlight(Annotation ann,
AnnotationSet set,
Color colour)
|
List |
TextualDocumentView.addHighlights(Collection annotations,
AnnotationSet set,
Color colour)
Ads several highlights in one go. |
Annotation |
CorefEditor.findOutTheLongestAnnotation(ArrayList matches,
AnnotationSet set)
Given arrayList containing Ids of the annotations, and an annotationSet, this method returns the annotations that has longest string among the matches |
protected void |
AnnotationEditor.moveAnnotation(AnnotationSet set,
Annotation oldAnnotation,
Long newStartOffset,
Long newEndOffset)
Changes the span of an existing annotation by creating a new annotation with the same ID, type and features but with the new start and end offsets. |
void |
AnnotationEditor.setAnnotation(Annotation ann,
AnnotationSet set)
|
Constructors in gate.gui.docview with parameters of type AnnotationSet | |
---|---|
AnnotationListView.AnnotationHandler(AnnotationSet set,
Annotation ann)
|
|
AnnotationListView.EditAnnotationAction(AnnotationSet set,
Annotation ann,
AnnotationVisualResource editor)
|
|
AnnotationSetsView.AnnotationHandler(AnnotationSet set,
Annotation ann)
|
Uses of AnnotationSet in gate.html |
---|
Constructors in gate.html with parameters of type AnnotationSet | |
---|---|
HtmlDocumentHandler(Document aDocument,
Map aMarkupElementsMap,
AnnotationSet anAnnotationSet)
Constructor initialises all the private memeber data |
Uses of AnnotationSet in gate.jape |
---|
Methods in gate.jape that return AnnotationSet | |
---|---|
AnnotationSet |
LeftHandSide.getBoundAnnots(String bindingName)
Get annotations via a binding name. |
AnnotationSet |
BasicPatternElement.getMatchedAnnots()
Access to the annotations that have been matched. |
AnnotationSet |
ComplexPatternElement.getMatchedAnnots()
Access to the annotations that have been matched. |
AnnotationSet |
ConstraintGroup.getMatchedAnnots()
Access to the annotations that have been matched by this group. |
abstract AnnotationSet |
PatternElement.getMatchedAnnots()
Access to the annotations that have been matched. |
Methods in gate.jape with parameters of type AnnotationSet | |
---|---|
void |
RhsAction.doit(Document doc,
Map bindings,
AnnotationSet annotations,
AnnotationSet inputAS,
AnnotationSet outputAS,
Ontology ontology)
Fires the RHS action for a particular LHS match. |
protected boolean |
SinglePhaseTransducer.fireRule(ArrayList acceptingFSMInstances,
SinglePhaseTransducer.SearchState state,
long lastNodeOff,
SimpleSortedSet offsets,
AnnotationSet inputAS,
AnnotationSet outputAS,
Document doc,
SimpleSortedSet annotationsByOffset)
Fire the rule that matched. |
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). |
void |
SinglePhaseTransducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document using the annotation set provided and the current rule application style. |
abstract void |
Transducer.transduce(Document doc,
AnnotationSet inputAS,
AnnotationSet outputAS)
Transduce a document. |
void |
RightHandSide.transduce(Document doc,
Map bindings,
AnnotationSet inputAS,
AnnotationSet outputAS,
Ontology ontology)
Makes changes to the document, using LHS bindings. |
Uses of AnnotationSet in gate.persist |
---|
Methods in gate.persist with parameters of type AnnotationSet | |
---|---|
protected void |
JDBCDataStore._syncAddedAnnotations(Document doc,
AnnotationSet as,
Collection changes)
helper for sync() - never call directly |
protected void |
JDBCDataStore._syncChangedAnnotations(Document doc,
AnnotationSet as,
Collection changes)
helper for sync() - never call directly |
protected void |
JDBCDataStore._syncRemovedAnnotations(Document doc,
AnnotationSet as,
Collection changes)
helper for sync() - never call directly |
protected abstract void |
JDBCDataStore.createAnnotationSet(Long lrID,
AnnotationSet aset)
|
protected void |
OracleDataStore.createAnnotationSet(Long lrID,
AnnotationSet aset)
creates an entry for annotation set in the database |
protected void |
PostgresDataStore.createAnnotationSet(Long lrID,
AnnotationSet aset)
creates an entry for annotation set in the database |
Uses of AnnotationSet in gate.util |
---|
Methods in gate.util with parameters of type AnnotationSet | |
---|---|
static boolean |
TestEqual.annotationSetsEqual(AnnotationSet as1,
AnnotationSet as2)
Two AnnotationSet are equal if their name, the documents of which belong to the AnnotationSets and annotations from the sets are the same |
Uses of AnnotationSet in gate.xml |
---|
Constructors in gate.xml with parameters of type AnnotationSet | |
---|---|
XmlDocumentHandler(Document aDocument,
Map aMarkupElementsMap,
Map anElement2StringMap,
AnnotationSet anAnnotationSet)
Constructs a XmlDocumentHandler object. |
|
GATE Version 3.1-2270 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |