Interface HeadRules

    • Method Detail

      • getHead

        Parse getHead​(Parse[] constituents,
                      String type)
        Retrieves the head constituent for the specified constituents of given type.
        Parameters:
        constituents - The constituents which make up a constituent of the specified type.
        type - The type of a constituent which is made up of the constituents.
        Returns:
        The constituent which represents the head.
      • getPunctuationTags

        Set<String> getPunctuationTags()
        Returns:
        Retrieves the set of punctuation tags. Attachment decisions for these tags will not be modeled.