Interface TextLayer

  • All Superinterfaces:
    TextCorpusLayer
    All Known Implementing Classes:
    TextLayerStored

    public interface TextLayer
    extends TextCorpusLayer
    The TextLayer contains a character string representing natural language text. This layer is commonly used by linguistic tools to produce token and sentence boundary annotations.
    Author:
    Yana Panchenko
    • Method Detail

      • addText

        void addText​(String text)