|
Class Summary |
| APFactoryH |
This class holds the factory methods for the AP classes. |
| APH |
This is the class that implements the AP interface and is
implemented in the form of a HashMap as it is inherrited from the
FDH class. |
| CircumFactoryH |
This class holds the factory methods for the Circum class. |
| CircumH |
The circumstance category. |
| ClauseFactoryH |
This class holds the factory methods for the Clause class. |
| ClauseH |
The clause category for a FD. |
| CommonFactoryH |
This class holds the factory methods for the Common class. |
| CommonH |
The Common category for a FD. |
| FDFactoryH |
This class holds the factory methods for the FD class. |
| FDH |
This is the class that implements the FD interface and is
inherited from the HashMap class. |
| FDNullFactoryH |
This class holds the factory methods for the FDNull class. |
| FDNullH |
This class is inherrited from the FDH class and implements the
FDNull interface. |
| FDRefFactoryH |
This class holds the factory methods for the FDRef class. |
| FDRefH |
This class is inherrited from the FDH class and implements the
FDRef interface. |
| NPFactoryH |
This class holds the factory methods for the NP class. |
| NPH |
The NP category for a FD. |
| ParticFactoryH |
This class holds the factory methods for the Partic class. |
| ParticH |
The participant of a FD in a clause. |
| PersonalPronounFactoryH |
This class holds the factory methods for the PersonalPronoun
class. |
| PersonalPronounH |
The personal-pronoun category. |
| PersonNameFactoryH |
This class contains an implementation of factory methods for
PersonNames. |
| PersonNameH |
Person name implementation class. |
| PPFactoryH |
This class holds the factory methods for the PP class. |
| PPH |
The PP (prepositional phrase) category for a FD. |
| PreModFactoryH |
This class holds the factory methods for the PreMod class. |
| PreModH |
The pred-modif category. |
| ProcFactoryH |
This class holds the factory methods for the Proc class. |
| ProcH |
The process of a FD. |
| ProperFactoryH |
This class holds the factory methods for the Proper class. |
| ProperH |
The proper category. |
This package contains an implementation using hash tables. Another
possible implementation would use DAGs. It is intended to be a
reference implementation, not necessarily fast or highly optimized.