Uses of Package
gate.creole.morph

Packages that use gate.creole.morph
gate.creole.morph   
 

Classes in gate.creole.morph used by gate.creole.morph
CharMap
           
FSMState
           
Interpret
           Title: Interpret.java Description: This is the main class which which should be invoked to load the rule file in the system and then to execute the program to find the root word and the affix to it.
Morph
          Description: This class is a wrapper for Interpret, the Morphological Analyzer.
MorphFunctions
          Title: Description: Copyright: Copyright (c) 2003 Company:
PatternPart
           
ReadFile
          Title: ReadFile.java Description: This class provides methods to read the file (provided by the user) and to have the read access to each and every line separately
RHS
           
Storage
          Title: Storage.java Description: This class is used as the storage in the system, where all the declared variables and their appropriate values are stored
Variable
          Description: This is an interface which should be implemented by every new variable type.