public class Leaf extends TreeElement
| Constructor and Description |
|---|
Leaf() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeatures() |
String[] |
getLemma() |
String |
getLexeme() |
void |
setFeatures(String features) |
void |
setIsChunkHead(boolean value) |
void |
setLemma(String[] lemma) |
void |
setLexeme(String lexeme) |
String |
toString() |
String |
toSyntaxTree() |
getLevel, getMorphologicalTag, getSyntacticTag, setLevel, setMorphologicalTag, setSyntacticTagpublic void setLexeme(String lexeme)
public void setIsChunkHead(boolean value)
public String getLexeme()
public void setLemma(String[] lemma)
public String[] getLemma()
public String toSyntaxTree()
toSyntaxTree in class TreeElementpublic String getFeatures()
public void setFeatures(String features)
Copyright © 2012–2017 CoGrOO. All rights reserved.