net.java.sen
Class Viterbi

java.lang.Object
  extended bynet.java.sen.Viterbi

public class Viterbi
extends java.lang.Object


Constructor Summary
Viterbi()
           
Viterbi(Tokenizer t)
           
 
Method Summary
 Node analyze(char[] sentence)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Viterbi

public Viterbi()

Viterbi

public Viterbi(Tokenizer t)
Method Detail

analyze

public Node analyze(char[] sentence)
             throws java.io.IOException
Throws:
java.io.IOException