|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersonalPronoun | |
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 PersonalPronoun in edu.columbia.surge |
Methods in edu.columbia.surge that return PersonalPronoun | |
PersonalPronoun |
PersonalPronounFactory.create()
A factory method which creates a default instance of PersonalPronoun. |
PersonalPronoun |
PersonalPronounFactory.create(java.lang.String person)
A factory method which computes and returns an instance of PersonalPronoun with the given specification of the whether the FD is in first, second or third person. |
PersonalPronoun |
PersonalPronounFactory.create(java.lang.String person,
boolean plurality,
java.lang.String gender)
A factory method which computes and returns an instance of PersonalPronoun. |
Uses of PersonalPronoun in edu.columbia.surge.hashImpl |
Classes in edu.columbia.surge.hashImpl that implement PersonalPronoun | |
class |
PersonalPronounH
The personal-pronoun category. |
Methods in edu.columbia.surge.hashImpl that return PersonalPronoun | |
PersonalPronoun |
PersonalPronounFactoryH.create()
A factory method which creates a default instance of PersonalPronounH. |
PersonalPronoun |
PersonalPronounFactoryH.create(java.lang.String person)
A factory method which computes and returns an instance of PersonalPronounH with the given specification of the whether the FD is in first, second or third person. |
PersonalPronoun |
PersonalPronounFactoryH.create(java.lang.String person,
boolean plurality,
java.lang.String gender)
A factory method which computes and returns an instance of PersonalPronounH. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |