Uses of Class
morfologik.fsa.MatchResult

Packages that use MatchResult
morfologik.fsa   
 

Uses of MatchResult in morfologik.fsa
 

Methods in morfologik.fsa that return MatchResult
 MatchResult FSATraversal.match(byte[] sequence)
           
 MatchResult FSATraversal.match(byte[] sequence, int node)
           
 MatchResult FSATraversal.match(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.
 MatchResult FSATraversal.match(MatchResult result, byte[] sequence, int start, int length, int node)
          Same as FSATraversal.match(byte[], int, int, int), but allows passing a reusable MatchResult object so that no intermediate garbage is produced.
 

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



Copyright © 2011. All Rights Reserved.