Uses of Class
opennlp.tools.formats.ad.ADParagraphStream.ParagraphParser.TreeElement

Packages that use ADParagraphStream.ParagraphParser.TreeElement
opennlp.tools.formats.ad   
 

Uses of ADParagraphStream.ParagraphParser.TreeElement in opennlp.tools.formats.ad
 

Subclasses of ADParagraphStream.ParagraphParser.TreeElement in opennlp.tools.formats.ad
 class ADParagraphStream.ParagraphParser.Leaf
          Represents the AD leaf
 class ADParagraphStream.ParagraphParser.Node
          Represents the AD node
 

Methods in opennlp.tools.formats.ad that return ADParagraphStream.ParagraphParser.TreeElement
 ADParagraphStream.ParagraphParser.TreeElement ADParagraphStream.ParagraphParser.getElement(java.lang.String line)
          Parse a tree element from a AD line
 ADParagraphStream.ParagraphParser.TreeElement[] ADParagraphStream.ParagraphParser.Node.getElements()
           
 

Methods in opennlp.tools.formats.ad with parameters of type ADParagraphStream.ParagraphParser.TreeElement
 void ADParagraphStream.ParagraphParser.Node.addElement(ADParagraphStream.ParagraphParser.TreeElement element)
           
 



Copyright © 2011 The Apache Software Foundation. All Rights Reserved.