DefaultTextSpan - apache/ctakes GitHub Wiki
Holder for begin and end text span offsets within a containing sentence
-
Parameters:
-
annotation- -
sentenceOffsetbegin span offset of the containing sentence
-
-
Parameters:
-
beginbegin offset within the containing sentence -
endend offset within the containing sentence
-
{@inheritDoc}
{@inheritDoc}
{@inheritDoc}
NOTE: TextSpans are begin inclusive end exclusive. So, 1 is subtracted from the end when comparing to another begin
-
Parameters:
-
textSpananother textspan
-
-
Returns: true if there is overlap between the two text spans
{@inheritDoc}
-
Returns: a representation of the text span offsets as: begin,end
{@inheritDoc}
{@inheritDoc}