- getAdjacentVertices(DependencyNode) - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
- getAdjacentVertices(V) - Method in class net.junaraki.annobase.util.graph.AbstractGraph
-
Returns vertices adjacent to the given vertex.
- getAdjacentVertices(V) - Method in interface net.junaraki.annobase.util.graph.Graph
-
Returns vertices adjacent to the given vertex.
- getAnnotation(Class<T>) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns an annotation of the given type.
- getAnnotationBase() - Method in class net.junaraki.annobase.type.AbstractAnnotation
-
- getAnnotationBase() - Method in interface net.junaraki.annobase.type.Annotation
-
Returns the annotation base which this annotation belongs to.
- getAnnotationBase() - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
- getAnnotationMap() - Method in class net.junaraki.annobase.AnnotationBase
-
- getAnnotations(Class<T>) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns a list of annotations of the given type in this annotation base.
- getAnnotationsCoveredBy(Class<T>, ElementAnnotation) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns a list of annotations of the given type in this annotation base, covered by the given
element annotation.
- getAnnotationsCoveredBy(Class<T>, int, int) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns a list of annotations of the given type in this annotation base, covered by the text
span specified by the given offsets.
- getAnnotationsCovering(Class<T>, ElementAnnotation) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns a list of annotations of the given type in this annotation base, covering the given
element annotation.
- getAnnotationsWithSameSpanAs(Class<T>, ElementAnnotation) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns a list of annotations of the given type in this annotation base, which have the same
span as the given element annotation.
- getAnnotationsWithSameSpanAs(Class<T>, int, int) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns a list of annotations of the given type in this annotation base, which have the given
offset.
- getAnnotatorId() - Method in class net.junaraki.annobase.type.AbstractAnnotation
-
- getArg1() - Method in class net.junaraki.annobase.type.relation.concept.ConceptBinaryRelation
-
- getArg1() - Method in class net.junaraki.annobase.type.relation.element.ElementBinaryRelation
-
- getArg2() - Method in class net.junaraki.annobase.type.relation.concept.ConceptBinaryRelation
-
- getArg2() - Method in class net.junaraki.annobase.type.relation.element.ElementBinaryRelation
-
- getArgumentNode(String) - Method in class net.junaraki.annobase.type.element.AbstractSemanticRoleNode
-
- getArgumentNode() - Method in class net.junaraki.annobase.type.relation.element.SemanticRoleArgument
-
- getArguments() - Method in class net.junaraki.annobase.type.element.AbstractSemanticRoleNode
-
- getArguments() - Method in class net.junaraki.annobase.type.relation.concept.ConceptRelationAnnotation
-
- getArguments() - Method in class net.junaraki.annobase.type.relation.element.ElementRelationAnnotation
-
- getArguments() - Method in class net.junaraki.annobase.type.relation.RelationAnnotation
-
- getBegin() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns the beginning of the first span in this annotation.
- getBegin() - Method in class net.junaraki.annobase.util.Span
-
- getChild(String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns a child node if this dependency node has the given child dependency relation.
- getChild() - Method in class net.junaraki.annobase.type.relation.concept.Subevent
-
- getChild() - Method in class net.junaraki.annobase.type.relation.element.DependencyRelation
-
- getChild() - Method in class net.junaraki.annobase.type.relation.element.Subevent
-
- getChildRelation(DependencyNode) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns a child relation if this dependency node has a child relation to the given node.
- getChildRelations() - Method in class net.junaraki.annobase.type.element.DependencyNode
-
- getChildren() - Method in class net.junaraki.annobase.type.element.ConstituencyNode
-
- getChildren(String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns child nodes if this dependency node has the given child dependency relation.
- getChunks() - Method in class net.junaraki.annobase.AnnotationBase
-
- getConceptBasedSubevents() - Method in class net.junaraki.annobase.AnnotationBase
-
- getConstituencyNode() - Method in class net.junaraki.annobase.type.element.Token
-
- getConstituencyNodes() - Method in class net.junaraki.annobase.AnnotationBase
-
- getContextTokens(int) - Method in class net.junaraki.annobase.type.element.Token
-
Returns a mapping from indexes to contextual tokens surrounding this token within the sliding
window of the given size.
- getContextTokens(int) - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
Returns a mapping from indexes to contextual tokens surrounding this annotation within the
sliding window of the given size.
- getDefiniteDeterminers() - Static method in class net.junaraki.annobase.util.NlpUtils
-
Returns a list of definite determiners.
- getDependencyGraph() - Method in class net.junaraki.annobase.AnnotationBase
-
- getDependencyGraph() - Method in class net.junaraki.annobase.type.element.Sentence
-
- getDependencyNode() - Method in class net.junaraki.annobase.type.element.Token
-
- getDependencyNodes() - Method in class net.junaraki.annobase.AnnotationBase
-
- getDependencyPath(DependencyNode, DependencyNode) - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
Returns the shortest path from the given source node to the given destination node, using
Dijkstra's algorithm.
- getDependencyPathString(DependencyNode, DependencyNode) - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
Returns a string representing the shortest path from the given source node to the given
destination node, using Dijkstra's algorithm.
- getDependencyPathString(DependencyNode, String, DependencyNode, String) - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
Returns a string representing the shortest path from the given source node to the given
destination node, using Dijkstra's algorithm.
- getDependencyRelationPath(DependencyNode, DependencyNode) - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
Returns the shortest path from the given source node to the given destination node, using
Dijkstra's algorithm.
- getDependencyRelations() - Method in class net.junaraki.annobase.AnnotationBase
-
- getDependencyType() - Method in class net.junaraki.annobase.type.relation.element.DependencyRelation
-
- getDescription() - Method in enum net.junaraki.annobase.util.NlpConstants.PartOfSpeechTag
-
- getDeterminer(Token) - Static method in class net.junaraki.annobase.util.NlpUtils
-
Returns the determiner of the given token, if any.
- getDocument() - Method in class net.junaraki.annobase.type.element.Sentence
-
- getDocumentText() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEdges(DependencyNode) - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
- getEdges() - Method in class net.junaraki.annobase.util.graph.AbstractGraph
-
Returns all edges in this graph.
- getEdges(V) - Method in class net.junaraki.annobase.util.graph.AbstractGraph
-
Returns a collection of edges that the given vertex has.
- getEdges() - Method in interface net.junaraki.annobase.util.graph.Graph
-
Returns all edges in this graph.
- getEdges(V) - Method in interface net.junaraki.annobase.util.graph.Graph
-
Returns edges for the given vertex.
- getEnd() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns the end of the last span in this annotation.
- getEnd() - Method in class net.junaraki.annobase.util.Span
-
- getEntities() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEntity() - Method in class net.junaraki.annobase.type.element.EntityMention
-
- getEntityMentions() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEntityMentions() - Method in class net.junaraki.annobase.type.concept.Entity
-
- getEntityType() - Method in class net.junaraki.annobase.type.concept.Entity
-
- getEntityType() - Method in class net.junaraki.annobase.type.element.EntityMention
-
- getEpistemicStatus() - Method in class net.junaraki.annobase.type.element.EventMention
-
- getEvent() - Method in class net.junaraki.annobase.type.element.EventMention
-
- getEventArguments() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEventArguments() - Method in class net.junaraki.annobase.type.element.EntityMention
-
- getEventArguments() - Method in class net.junaraki.annobase.type.element.EventMention
-
- getEventCorefs() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEventMentionAt(int) - Method in class net.junaraki.annobase.type.concept.Event
-
- getEventMentionRelations() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEventMentions() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEventMentions() - Method in class net.junaraki.annobase.type.concept.Event
-
- getEvents() - Method in class net.junaraki.annobase.AnnotationBase
-
- getEventType() - Method in class net.junaraki.annobase.type.concept.Event
-
- getEventType() - Method in class net.junaraki.annobase.type.element.EventMention
-
- getFirstToken() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
Returns the first token.
- getFrom() - Method in class net.junaraki.annobase.type.relation.concept.ConceptDirectedBinaryRelation
-
- getFrom() - Method in class net.junaraki.annobase.type.relation.concept.EventRelation
-
- getFrom() - Method in class net.junaraki.annobase.type.relation.element.ElementDirectedBinaryRelation
-
- getFrom() - Method in class net.junaraki.annobase.type.relation.element.EventArgument
-
- getFrom() - Method in class net.junaraki.annobase.type.relation.element.EventMentionRelation
-
- getFromEventMentionRelations() - Method in class net.junaraki.annobase.type.element.EventMention
-
- getFromEventRelations() - Method in class net.junaraki.annobase.type.concept.Event
-
- getHead(String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns a head node if this dependency node has the given head dependency relation.
- getHead() - Method in class net.junaraki.annobase.type.relation.element.DependencyRelation
-
- getHeadRelation(DependencyNode) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns a head relation if this dependency node has a head relation to the given node.
- getHeadRelations() - Method in class net.junaraki.annobase.type.element.DependencyNode
-
- getHeads(String) - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns head nodes if this dependency node has the given head dependency relation.
- getHeadWord() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
- getId() - Method in class net.junaraki.annobase.type.AbstractAnnotation
-
- getId() - Method in class net.junaraki.annobase.util.SourceDocument
-
- getLabel() - Method in class net.junaraki.annobase.type.element.Chunk
-
- getLabel() - Method in class net.junaraki.annobase.type.element.ConstituencyNode
-
- getLabel() - Method in class net.junaraki.annobase.type.relation.element.SemanticRoleArgument
-
Returns the semantic role label of this argument.
- getLastToken() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
- getLemma() - Method in class net.junaraki.annobase.type.element.Token
-
- getLineNo() - Method in class net.junaraki.annobase.type.element.Line
-
- getLowerCaseText() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
- getLowerCaseTexts() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
- getMentionBasedSubevents() - Method in class net.junaraki.annobase.AnnotationBase
-
- getNextToken() - Method in class net.junaraki.annobase.type.element.Token
-
Returns the next token of this token in the same sentence.
- getParent() - Method in class net.junaraki.annobase.type.element.ConstituencyNode
-
- getParent() - Method in class net.junaraki.annobase.type.relation.concept.Subevent
-
- getParent() - Method in class net.junaraki.annobase.type.relation.element.Subevent
-
- getPos() - Method in class net.junaraki.annobase.type.element.Token
-
- getPredicateNode() - Method in class net.junaraki.annobase.type.relation.element.SemanticRoleArgument
-
- getPreviousToken() - Method in class net.junaraki.annobase.type.element.Token
-
Returns the previous token of this token in the same sentence.
- getProcessors() - Method in class net.junaraki.annobase.pipeline.AbstractPipeline
-
- getReader() - Method in class net.junaraki.annobase.pipeline.AbstractPipeline
-
- getRelationAnnotationsCoveredBy(Class<T>, ElementAnnotation) - Method in class net.junaraki.annobase.AnnotationBase
-
Returns a list of relation annotations of the given type in this annotation base, each of whose
arguments is covered by the given element annotation.
- getRelationType() - Method in class net.junaraki.annobase.type.relation.RelationAnnotation
-
- getRole() - Method in class net.junaraki.annobase.type.relation.element.EventArgument
-
- getRolesetId() - Method in class net.junaraki.annobase.type.element.SemanticRolePredicateNode
-
- getRoot() - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
- getSemanticRoleArgumentNode() - Method in class net.junaraki.annobase.type.element.Token
-
- getSemanticRolePredicateNode() - Method in class net.junaraki.annobase.type.element.Token
-
- getSemanticRoleRelations() - Method in class net.junaraki.annobase.AnnotationBase
-
- getSentence() - Method in class net.junaraki.annobase.type.element.Token
-
- getSentence() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
Returns the sentence of this annotation.
- getSentenceAt(int) - Method in class net.junaraki.annobase.type.element.SentenceBasedTextSpan
-
Returns the i-th sent in this span.
- getSentences() - Method in class net.junaraki.annobase.AnnotationBase
-
- getSentences() - Method in class net.junaraki.annobase.type.element.SentenceBasedTextSpan
-
- getShortestPath(Graph<V, E>, V, V) - Static method in class net.junaraki.annobase.util.graph.DijkstraShortestPath
-
Returns the shortest path from the given source vertex to the given destination vertex using
the Dijkstra algorithm.
- getSourceDocument() - Method in class net.junaraki.annobase.AnnotationBase
-
- getSourceDocument() - Method in class net.junaraki.annobase.type.AbstractAnnotation
-
- getSpans() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
- getText() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns text covered by this annotation.
- getText() - Method in class net.junaraki.annobase.util.SourceDocument
-
- getText(int, int) - Method in class net.junaraki.annobase.util.SourceDocument
-
- getText(Span) - Method in class net.junaraki.annobase.util.SourceDocument
-
Returns a partial text in the range of the given span.
- getTexts() - Method in class net.junaraki.annobase.type.element.ElementAnnotation
-
Returns a list of texts covered by this annotation.
- getTo() - Method in class net.junaraki.annobase.type.relation.concept.ConceptDirectedBinaryRelation
-
- getTo() - Method in class net.junaraki.annobase.type.relation.concept.EventRelation
-
- getTo() - Method in class net.junaraki.annobase.type.relation.element.ElementDirectedBinaryRelation
-
- getTo() - Method in class net.junaraki.annobase.type.relation.element.EventArgument
-
- getTo() - Method in class net.junaraki.annobase.type.relation.element.EventMentionRelation
-
- getToEventMentionRelations() - Method in class net.junaraki.annobase.type.element.EventMention
-
- getToEventRelations() - Method in class net.junaraki.annobase.type.concept.Event
-
- getToken() - Method in class net.junaraki.annobase.type.element.AbstractSemanticRoleNode
-
Returns the token associated with this semantic role node.
- getToken() - Method in class net.junaraki.annobase.type.element.ConstituencyNode
-
- getToken() - Method in class net.junaraki.annobase.type.element.DependencyNode
-
Returns the token associated with this dependency node.
- getTokenAt(int) - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
Returns the i-th token in this span.
- getTokens() - Method in class net.junaraki.annobase.AnnotationBase
-
- getTokens() - Method in class net.junaraki.annobase.type.element.TokenBasedTextSpan
-
- getTypeName() - Method in class net.junaraki.annobase.type.AbstractAnnotation
-
- getTypeName() - Method in interface net.junaraki.annobase.type.Annotation
-
Returns the type name of this annotation.
- getTypeName() - Method in class net.junaraki.annobase.type.graph.DependencyGraph
-
- getUri() - Method in class net.junaraki.annobase.type.element.Document
-
- getVertices() - Method in class net.junaraki.annobase.util.graph.AbstractGraph
-
Returns all vertices in this graph.
- getVertices() - Method in interface net.junaraki.annobase.util.graph.Graph
-
Returns all vertices in this graph.
- getWriter() - Method in class net.junaraki.annobase.pipeline.AbstractPipeline
-
- Graph<V,E> - Interface in net.junaraki.annobase.util.graph
-
This interface provides a general graph.