Interface ConstituentParsingLayer

  • All Superinterfaces:
    TextCorpusLayer
    All Known Implementing Classes:
    ConstituentParsingLayerStored

    public interface ConstituentParsingLayer
    extends TextCorpusLayer
    The ConstituentParsingLayer layer represents phrase structure parsing annotations on sentence tokens. The layer specifies the tagset used for phrase structure categories. The parsed structure is a tree, where the terminal nodes reference tokens, and non-terminal nodes are composed of other nodes. Optionally, the nodes can include incoming edge labels. Additionally, secondary edges can be specified by referencing target nodes.
    Author:
    Yana Panchenko