|
|
|
Software
| AmbLex |
Description:
AmbLex is an implementation in Java of the Bi-EM algorithm as
implemented for the Hidden Markov Model formalism. It's core consists
of:
- An ambiguous lexicon with probabilities
that stores the observations for each hidden state with non-zero
observation probability
- A set of interfaces for the usual
components of an HMM
- A hidden state trellis builder
- An implementation of the Baum Welch
algorithm
- The Bi-EM extensions on top of the above
|
Download:
AmbLex
Version 0.10
Released under the GNU GPL License.
Warning: Initial release, documentation is scarce! |
|