
cc.mallet.fst.MaxLattice Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcore-mallet-2.0.9 Show documentation
Show all versions of jcore-mallet-2.0.9 Show documentation
MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.
The newest version!
package cc.mallet.fst;
import java.util.List;
import cc.mallet.types.Sequence;
import cc.mallet.fst.Transducer.State;
/** The interface to classes implementing the Viterbi algorithm,
* finding the best sequence of states for a given input sequence. */
public interface MaxLattice {
public double getDelta (int inputPosition, int stateIndex);
public Sequence
© 2015 - 2025 Weber Informatics LLC | Privacy Policy