Uses of Class
org.corpus_tools.graphannis.model.Annotation
-
Packages that use Annotation Package Description org.corpus_tools.graphannis -
-
Uses of Annotation in org.corpus_tools.graphannis
Methods in org.corpus_tools.graphannis that return types with arguments of type Annotation Modifier and Type Method Description List<Annotation>CorpusStorageManager. listEdgeAnnotations(String corpusName, ComponentType componentType, String componentName, String componentLayer, boolean listValues, boolean onlyMostFrequentValues)Returns a list of all edge annotations of a corpus given by its name and and given component.List<Annotation>CorpusStorageManager. listNodeAnnotations(String corpusName, boolean listValues, boolean onlyMostFrequentValues)Returns a list of all node annotations of a corpus given its name.
-