Uses of Interface
edu.columbia.surge.PP

Packages that use PP
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 PP in edu.columbia.surge
 

Methods in edu.columbia.surge that return PP
 PP PPFactory.create()
          A factory method which creates a default instance of PP.
 PP PPFactory.create(java.lang.String prep, FD np)
          A factory method which returns a PP object with the input preposition and the body of the NP which resides in the prepositional phrase.
 

Uses of PP in edu.columbia.surge.hashImpl
 

Classes in edu.columbia.surge.hashImpl that implement PP
 class PPH
          The PP (prepositional phrase) category for a FD.
 

Methods in edu.columbia.surge.hashImpl that return PP
 PP PPFactoryH.create()
          A factory method which creates a default instance of PPH.
 PP PPFactoryH.create(java.lang.String prep, FD np)
          A factory method which returns a PPH object with the input preposition and the body of the NP which resides in the prepositional phrase.