Uses of Class
morfologik.fsa.core.FSAMatch

Packages that use FSAMatch
morfologik.fsa.core   
 

Uses of FSAMatch in morfologik.fsa.core
 

Methods in morfologik.fsa.core that return FSAMatch
 FSAMatch FSATraversalHelper.matchSequence(byte[] sequence, FSA.Node node)
          Finds a matching path in the dictionary for a given sequence of labels, starting from some internal dictionary's node.
 FSAMatch FSATraversalHelper.matchSequence(byte[] sequence, FSA fsa)
          Finds a matching path in the dictionary for a given sequence of labels.