Skip navigation links
A C D E F G H I L N O P R S T V W 

C

Chunk - Class in net.junaraki.annobase.type.element
 
Chunk(AnnotationBase, int, int) - Constructor for class net.junaraki.annobase.type.element.Chunk
Public constructor.
collect(File, String[], boolean) - Method in class net.junaraki.annobase.io.AbstractReader
Reads a list of files from the given directory with the given extensions, and returns a list of annotation base instances.
collect(File, String[], boolean) - Method in interface net.junaraki.annobase.io.Reader
Reads a list of files from the given directory with the given extensions, and returns a list of annotation base instances.
CollectionUtils - Class in net.junaraki.annobase.util
 
CollectionUtils() - Constructor for class net.junaraki.annobase.util.CollectionUtils
 
compareTo(Event) - Method in class net.junaraki.annobase.type.concept.Event
An element annotation precedes another one if the former's begin precedes the latter's, or the former's end precedes the latter's if the former's begin is equal to the latter's.
compareTo(ElementAnnotation) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
An element annotation precedes another one if the former's begin precedes the latter's, or the former's end precedes the latter's if the former's begin is equal to the latter's.
compareTo(Subevent) - Method in class net.junaraki.annobase.type.relation.concept.Subevent
An element annotation precedes another one if the former's begin precedes the latter's, or the former's end precedes the latter's if the former's begin is equal to the latter's.
compareTo(ElementDirectedBinaryRelation) - Method in class net.junaraki.annobase.type.relation.element.ElementDirectedBinaryRelation
 
compareTo(Span) - Method in class net.junaraki.annobase.util.Span
A span precedes another one if the former's beginning precedes the latter's, or the former's end precedes the latter's if the former's beginning is equal to the latter's.
ConceptBinaryRelation - Class in net.junaraki.annobase.type.relation.concept
This class represents a binary relation between element annotations.
ConceptBinaryRelation(AnnotationBase) - Constructor for class net.junaraki.annobase.type.relation.concept.ConceptBinaryRelation
Public constructor.
ConceptDirectedBinaryRelation - Class in net.junaraki.annobase.type.relation.concept
This class represents a directed binary relation between element annotations.
ConceptDirectedBinaryRelation(AnnotationBase) - Constructor for class net.junaraki.annobase.type.relation.concept.ConceptDirectedBinaryRelation
Public constructor.
ConceptRelationAnnotation - Class in net.junaraki.annobase.type.relation.concept
This class represents a general N-ary relation between concept annotations.
ConceptRelationAnnotation(AnnotationBase) - Constructor for class net.junaraki.annobase.type.relation.concept.ConceptRelationAnnotation
Public constructor.
ConstituencyNode - Class in net.junaraki.annobase.type.element
 
ConstituencyNode(AnnotationBase, int, int) - Constructor for class net.junaraki.annobase.type.element.ConstituencyNode
Public constructor.
constructDependencyGraph() - Method in class net.junaraki.annobase.type.element.Sentence
Constructs a dependency graph in this sentence using dependency annotation.
cover(ElementAnnotation) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
Returns true if this annotation covers the given element annotation.
coveredBy(ElementAnnotation) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
Returns true if this annotation is covered by the given element annotation.
coveredBy(int, int) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
Returns true if this annotation is covered by the text span specified with the given offsets.
coveredBy(Span) - Method in class net.junaraki.annobase.util.Span
Returns true if this span is covered by the given span completely.
coveredByOneOf(Collection<T>) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
Returns true if this annotation is covered by one of the given element annotations.
coverOneOf(Collection<T>) - Method in class net.junaraki.annobase.type.element.ElementAnnotation
Returns true if this annotation covers one of the given element annotations.
covers(Span) - Method in class net.junaraki.annobase.util.Span
Returns true if this span covers the given span completely.
A C D E F G H I L N O P R S T V W 
Skip navigation links