Class Summary |
CharacterRange |
Title:
Description:
Copyright: Copyright (c) 2003
Company: |
CharacterSet |
Title:
Description:
Copyright: Copyright (c) 2003
Company: |
Codes |
Title:
Description:
Copyright: Copyright (c) 2003
Company: |
CompiledRules |
Title:
Description:
Copyright: Copyright (c) 2003
Company: |
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: |
MyPattern |
Title:
Description:
Copyright: Copyright (c) 2003
Company: |
ParsingFunctions |
Title: ParsingFunctions.java
Description: This class implements all static methods, which can be used
for various purposes, like converting rules defined by users into the regular
expressions, finding varilable type from its value type etc. |
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 |
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 |
StringSet |
Title: StringSet
Description: This is one of the variable types that is allowed to define. |
TestMorph |
Title: TestMorph
Description:
Copyright: Copyright (c) 2000
Company: University Of Sheffield |
Variable |
Description: This is an interface which should be implemented by every
new variable type. |