Interface SentencesLayer

  • All Superinterfaces:
    TextCorpusLayer
    All Known Implementing Classes:
    SentencesLayerStored

    public interface SentencesLayer
    extends TextCorpusLayer
    The SentencesLayer represents sentence boundary annotations. Each sentence element enumerates token identifiers of tokens that belong to this sentence. Optionally, a sentence can have start and end character offset positions in relation to the character string in the text layer.
    Author:
    Yana Panchenko