Uses of Interface
opennlp.grok.expression.TargetCat

Packages that use TargetCat
opennlp.grok.expression   
 

Uses of TargetCat in opennlp.grok.expression
 

Classes in opennlp.grok.expression that implement TargetCat
 class AtomCat
          The most basic CG category.
 

Methods in opennlp.grok.expression that return TargetCat
 TargetCat ComplexCat.getTarget()
           
 

Constructors in opennlp.grok.expression with parameters of type TargetCat
ComplexCat(TargetCat target, Arg arg)
          Constructor with target and single arg.
ComplexCat(TargetCat target, ArgStack args)
          Constructor with target and arg stack.
ComplexCat(TargetCat target, ArgStack args, opennlp.common.synsem.LF lf)
          Constructor with target, arg stack and LF.
 



Copyright © 2003 Jason Baldridge and Gann Bierner. All Rights Reserved.