Uses of Package
morfologik.fsa

Packages that use morfologik.fsa
morfologik.fsa   
morfologik.stemming   
 

Classes in morfologik.fsa used by morfologik.fsa
FSA
          This class implements Finite State Automaton traversal as described in Jan Daciuk's Incremental Construction of Finite-State Automata and Transducers, and Their Use in the Natural Language Processing (PhD thesis, Technical University of Gdansk).
FSAFinalStatesIterator
          An iterator that traverses all final states reachable from a given node and returns byte sequences corresponding to final states.
FSAFlags
          FSA automaton flags.
FSAMatch
          A matching result returned from FSATraversalHelper.
FSAMatchType
          Type of the match returned as part of FSAMatch.
FSATraversalHelper
          This class implements some common matching and scanning operations on a generic FSA.
 

Classes in morfologik.fsa used by morfologik.stemming
FSA
          This class implements Finite State Automaton traversal as described in Jan Daciuk's Incremental Construction of Finite-State Automata and Transducers, and Their Use in the Natural Language Processing (PhD thesis, Technical University of Gdansk).
 



Copyright © 2010. All Rights Reserved.