Classes | Namespaces | Enumerations | Functions
mootDynHMM.h File Reference

Hidden Markov Model tagger/disambiguator for dynamic lexical probabilities. More...

Go to the source code of this file.

Classes

class  moot::mootDynHMMOptions
 Generic user-level options structure for built-in mootDynHMM subclasses. More...
 
class  moot::mootDynHMM
 abstract HMM subclass for use with dynamic lexical probabilities. More...
 
class  moot::mootDynLexHMM
 mootDynHMM subclass for dynamic lexical probabilities More...
 
class  moot::mootDynLexHMM_Boltzmann
 mootDynHMM subclass using a Maxwell-Boltzmann distribution to estimate f(w,t) More...
 

Namespaces

 moot
 

Enumerations

enum  moot::DynHMMClassId {
  moot::dheUnknown, moot::dheFreq, moot::dheBoltzmann, moot::dheMIParser,
  moot::dheN
}
 Enum for built-in mootDynHMM estimator modes (subclasses) More...
 

Functions

class mootDynHMM * moot::newDynHMM (DynHMMClassId which=dheFreq, const mootDynHMMOptions &opts=mootDynHMMOptions())
 
class mootDynHMM * moot::newDynHMM (const std::string &which="Freq", const mootDynHMMOptions &opts=mootDynHMMOptions())