Interface WordSplittingLayer

  • All Superinterfaces:
    TextCorpusLayer
    All Known Implementing Classes:
    WordSplittingLayerStored

    public interface WordSplittingLayer
    extends TextCorpusLayer
    The WordSplittingLayer annotates tokens with regard to character intervals the token can be split into. The type of the splitting is specified at the layer level. Each split references the token it annotates and character offsets of the splits (count of characters should start at 0).
    Author:
    Yana Panchenko