Uses of Class
morfologik.fsa.FSAMatch

Packages that use FSAMatch
morfologik.fsa   
 

Uses of FSAMatch in morfologik.fsa
 

Methods in morfologik.fsa that return FSAMatch
 FSAMatch FSATraversalHelper.matchSequence(byte[] sequence)
           
 FSAMatch FSATraversalHelper.matchSequence(byte[] sequence, int node)
           
 FSAMatch FSATraversalHelper.matchSequence(byte[] sequence, int start, int length, int node)
          Finds a matching path in the dictionary for a given sequence of labels from sequence and starting at node node.
 FSAMatch FSATraversalHelper.matchSequence(FSAMatch result, byte[] sequence, int start, int length, int node)
          Same as FSATraversalHelper.matchSequence(byte[], int, int, int), but allows passing a reusable FSAMatch object so that no intermediate garbage is produced.
 

Methods in morfologik.fsa with parameters of type FSAMatch
 FSAMatch FSATraversalHelper.matchSequence(FSAMatch result, byte[] sequence, int start, int length, int node)
          Same as FSATraversalHelper.matchSequence(byte[], int, int, int), but allows passing a reusable FSAMatch object so that no intermediate garbage is produced.
 



Copyright © 2010. All Rights Reserved.