Uses of Class
opennlp.grok.expression.LF

Packages that use LF
opennlp.grok.expression   
opennlp.grok.knowledge   
 

Uses of LF in opennlp.grok.expression
 

Subclasses of LF in opennlp.grok.expression
 class Relation
          A Relation is a two argument logical form that may have special properties: reflexive, symetric, transitive.
 

Methods in opennlp.grok.expression that return LF
 LF LF.map(opennlp.common.structure.CategoryFcn f)
           
 

Methods in opennlp.grok.expression with parameters of type LF
 opennlp.common.unify.CategorySubstitution LF.unify(LF a, opennlp.common.unify.CategorySubstitution S)
           
 opennlp.common.unify.CategorySubstitution Relation.unify(LF y, opennlp.common.unify.CategorySubstitution S)
           
 void DominanceComputer.computeDominance(LF structure)
          The entry point for computing the dominance relationships.
 

Uses of LF in opennlp.grok.knowledge
 

Methods in opennlp.grok.knowledge with parameters of type LF
protected  int[] LocalResolver.getArgumentTypes(LF lf)
           
static boolean BrainFunctions.isHandled(LF lf)
           
static int[] BrainFunctions.getArgumentTypes(LF lf)
           
 void CenterAlg.update(LF atom, opennlp.common.structure.KB dm)
           
 void StrubeAlg.update(LF atom, opennlp.common.structure.KB dm)
           
protected  int[] SimpleResolver.getArgumentTypes(LF lf)
           
 



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