Uses of Interface
opennlp.grok.preprocess.mwe.MWEModel

Packages that use MWEModel
opennlp.grok.preprocess.mwe   
 

Uses of MWEModel in opennlp.grok.preprocess.mwe
 

Classes in opennlp.grok.preprocess.mwe that implement MWEModel
 class FixedMWEModel
          A model holding the Fixed Lexicon Multi-Word Expressions.
 class VariableMWEModel
          A model holding the Fixed Lexicon Multi-Word Expressions.
 

Fields in opennlp.grok.preprocess.mwe declared as MWEModel
protected  MWEModel LexicalMWE.model
          The multi-word expression model to use to find MWEs.
 

Methods in opennlp.grok.preprocess.mwe that return MWEModel
 MWEModel VariableMWEModelReader.getModel()
          Gets the Model which the MWEModelReader has read from store.
 MWEModel FixedMWEModelReader.getModel()
          Gets the Model which the MWEModelReader has read from store.
 

Constructors in opennlp.grok.preprocess.mwe with parameters of type MWEModel
LexicalMWE(MWEModel mod)
          Constructor for the LexicalMWE object
 



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