TextSpan - apache/ctakes GitHub Wiki

public interface TextSpan

  • Author: SPF , chip-nlp
  • Version: %I%
  • Since: 7/6/2015

int getBegin()

  • Returns: begin offset

int getEnd()

  • Returns: end offset

int getWidth()

  • Returns: width of the text span

boolean overlaps( TextSpan textSpan )

  • Parameters:
    • textSpan another text span
  • Returns: true if the text spans overlap

boolean contains( TextSpan textSpan )

  • Parameters:
    • textSpan another text span
  • Returns: true if this text span contains the other
⚠️ **GitHub.com Fallback** ⚠️