Uses of Class
relations.PData
-
Packages that use PData Package Description relations -
-
Uses of PData in relations
Fields in relations with type parameters of type PData Modifier and Type Field Description Map<PData,String>Eval. evtMapMap<Word,PData>Eval. proMapMethods in relations that return PData Modifier and Type Method Description PDataPData. getPdata1()PDataPData. getPdata2()Methods in relations that return types with arguments of type PData Modifier and Type Method Description List<PData>EventExtraction. extractBindNP(Word tg, BasicChunk bc, List<Word> preps)12.10.2011 Extracting binding eventsList<PData>EventExtraction. extractBindVP(Word tg, VerbChunk vc, List<Word> preps)List<PData>EventExtraction. extractNP(int idx, BasicChunk bs, List<Word> preps)List<PData>EventExtraction. extractRegNP(Word tg, BasicChunk bc, List<Word> preps)List<PData>EventExtraction. extractRegVP(Word tg, VerbChunk vc, List<Word> preps)List<PData>EventExtraction. extractSimpleNP(Word tg, BasicChunk bc, List<Word> preps)Extracting simple event from BasicChunk with a given trigger (+type)List<PData>EventExtraction. extractSimpleVP(Word tg, VerbChunk vc, List<Word> mods)Find pros for binding event which has pattern as: Pro1 - Trg - Pro2Set<PData>EventExtraction. getExtractedEvents()Available afterEventExtraction.Test()orEventExtraction.Test(String)has been run.
-