opennlp.tools.formats.ad
Class ADParagraphStream.ParagraphParser.TreeElement
java.lang.Object
opennlp.tools.formats.ad.ADParagraphStream.ParagraphParser.TreeElement
- Direct Known Subclasses:
- ADParagraphStream.ParagraphParser.Leaf, ADParagraphStream.ParagraphParser.Node
- Enclosing class:
- ADParagraphStream.ParagraphParser
public abstract class ADParagraphStream.ParagraphParser.TreeElement
- extends java.lang.Object
Represents a tree element, Node or Leaf
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ADParagraphStream.ParagraphParser.TreeElement
public ADParagraphStream.ParagraphParser.TreeElement()
isLeaf
public boolean isLeaf()
setSyntacticTag
public void setSyntacticTag(java.lang.String syntacticTag)
getSyntacticTag
public java.lang.String getSyntacticTag()
setLevel
public void setLevel(int level)
getLevel
public int getLevel()
setMorphologicalTag
public void setMorphologicalTag(java.lang.String morphologicalTag)
getMorphologicalTag
public java.lang.String getMorphologicalTag()
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.