public class ConlluWordLine extends Object
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeprel()Universal dependency relation to the HEAD (root iff HEAD = 0) or a
 defined language-specific subtype of one. | 
| String | getDeps()Enhanced dependency graph in the form of a list of head-deprel pairs. | 
| String | getFeats()Retrieve list of morphological features from the universal feature inventory or from a
 defined language-specific extension; underscore if not available. | 
| String | getForm()Retrieve the word form or punctuation symbol. | 
| String | getHead()Head of the current word, which is either a value of ID or zero (0). | 
| String | getId()Retrieves the word index. | 
| String | getLemma()Retrieve the lemma or stem of the word form. | 
| String | getMisc()Retrieve any other annotation. | 
| String | getPosTag(ConlluTagset tagset)Retrieve the Universal part-of-speech tag or the language-specific part-of-speech tag;
 underscore if not available. | 
public String getId()
public String getForm()
public String getLemma()
public String getPosTag(ConlluTagset tagset)
tagset - the type of tag to retrieve, either universial (u) or language specific (x)public String getFeats()
public String getHead()
public String getDeprel()
public String getDeps()
public String getMisc()
Copyright © 2018 The Apache Software Foundation. All rights reserved.