Class ConlluWordLine


  • public class ConlluWordLine
    extends Object
    • Method Detail

      • getId

        public String getId()
        Returns:
        Retrieves the word index. An Integer starting at 1 for each new sentence; may be a range for multiword tokens; may be a decimal number for empty nodes.
      • getForm

        public String getForm()
        Returns:
        Retrieves the word form or punctuation symbol.
      • getLemma

        public String getLemma()
        Returns:
        Retrieves the lemma or stem of the word form.
      • getFeats

        public String getFeats()
        Returns:
        Retrieves morphological features from the universal feature inventory or from a defined language-specific extension; underscore if not available.
      • getHead

        public String getHead()
        Returns:
        Retrieves the head of the current word, which is either a value of ID or zero (0).
      • getDeprel

        public String getDeprel()
        Returns:
        Retrieves the Universal dependency relation to the HEAD (root if HEAD = 0) or a defined language-specific subtype of one.
      • getDeps

        public String getDeps()
        Returns:
        Retrieves the enhanced dependency graph in the form of a list of head-deprel pairs.
      • getMisc

        public String getMisc()
        Returns:
        Retrieves any other annotation.