Interface TextSourceLayer

  • All Superinterfaces:
    TextCorpusLayer
    All Known Implementing Classes:
    TextSourceLayerStored

    public interface TextSourceLayer
    extends TextCorpusLayer
    The TextSourceLayer contains the source of the TextLayer (or the TokensLayer) as an embedded possibly encoded string. Alternatively, it may (also) contain an external reference pointing to the original source of the document..
    Author:
    Çağrı Çöltekin
    • Method Detail

      • addText

        void addText​(String text)
      • setType

        void setType​(String type)
      • getExtRef

        String getExtRef()
      • setExtRef

        void setExtRef​(String extRef)