Uses of Class
morfologik.fsa.FSA

Packages that use FSA
morfologik.fsa   
morfologik.stemming   
 

Uses of FSA in morfologik.fsa
 

Subclasses of FSA in morfologik.fsa
 class CFSA
          CFSA (Compact Finite State Automaton) binary format implementation.
 class FSA5
          FSA binary format implementation for version 5.
 

Methods in morfologik.fsa that return FSA
static FSA FSA.getInstance(InputStream in)
          A factory for reading automata in any library-supported version.
 

Constructors in morfologik.fsa with parameters of type FSA
FSAInfo(FSA fsa)
           
 

Uses of FSA in morfologik.stemming
 

Fields in morfologik.stemming declared as FSA
 FSA Dictionary.fsa
          FSA automaton with the compiled dictionary data.
 

Constructors in morfologik.stemming with parameters of type FSA
Dictionary(FSA fsa, DictionaryMetadata metadata)
          It is strongly recommended to use static methods in this class for reading dictionaries.
 



Copyright © 2010. All Rights Reserved.