|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NP | |
edu.columbia.surge | This package contains all the interfaces of the API. |
edu.columbia.surge.hashImpl | This package contains an implementation using hash tables. |
Uses of NP in edu.columbia.surge |
Methods in edu.columbia.surge that return NP | |
NP |
NPFactory.create()
A factory method which creates a default instance of NP. |
NP |
NPFactory.create(java.lang.String lex)
A factory method which creates an instance of NP with the given lexical entry. |
NP |
NPFactory.create(FD head)
A factory method which creates an instance of NP with the given head. |
Uses of NP in edu.columbia.surge.hashImpl |
Classes in edu.columbia.surge.hashImpl that implement NP | |
class |
NPH
The NP category for a FD. |
class |
PPH
The PP (prepositional phrase) category for a FD. |
Methods in edu.columbia.surge.hashImpl that return NP | |
NP |
NPFactoryH.create()
A factory method which creates a default instance of NPH. |
NP |
NPFactoryH.create(java.lang.String lex)
A factory method which creates an instance of NPH with the given lexical entry. |
NP |
NPFactoryH.create(FD head)
A factory method which creates an instance of NPH with the given head. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |