void |
BasicChunk.addChunk(BasicChunk bc) |
|
void |
EventExtraction.evaluateTrg(BasicChunk bs,
List<Word> preps,
List<Word> mods,
String[] tokens,
List<Word> Trgs) |
Evaluating candidate triggers whether they can form events
|
List<PData> |
EventExtraction.extractBindNP(Word tg,
BasicChunk bc,
List<Word> preps) |
12.10.2011 Extracting binding events
|
List<PData> |
EventExtraction.extractNP(int idx,
BasicChunk bs,
List<Word> preps) |
|
void |
EventExtraction.extractNP(BasicChunk bs,
List<Word> preps) |
|
List<PData> |
EventExtraction.extractRegNP(Word tg,
BasicChunk bc,
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<Word> |
EventExtraction.findCausePro(BasicChunk bs,
Word tg) |
Get Pro as cause for : PRO-xx TG PRO/EVENT
|
List<Word> |
EventExtraction.findFrontPro(BasicChunk bs,
Word tg,
int len) |
12.10.2011 Find pro in front of tg for noun phrase/subject patterns: PRO
- TG
|
BasicChunk |
ChunkAnalyzer.findPreviousNP(BasicChunk obj) |
For 'which' and 'that' relative clause
|
List<Word> |
EventExtraction.findPro(BasicChunk bs,
int start,
int len) |
Find pro after a given position (for use with tg- prep1 - prep2) Only
looks for pro after prep2
|
List<Word> |
EventExtraction.findPro(BasicChunk bs,
Word tg,
String prep,
int len) |
11.10.2011.
|
List<Word> |
EventExtraction.findRegPro(BasicChunk bs,
Word tg,
int start,
int len) |
Find pro after a given position (for use with tg- prep1 - prep2) Only
looks for pro after prep2
|
List<Word> |
EventExtraction.getInChunkPro(BasicChunk bs,
Word tg) |
11.10.2011.
|
List<Word> |
EventExtraction.getMod(BasicChunk bs,
Word tg,
List<Word> ls) |
Get modifier for trigger in order to determine trigger type
|
List<Word> |
EventExtraction.getMod(BasicChunk bs,
Word tg,
List<Word> pros,
List<Word> ls) |
Get modifier for trigger in order to determine trigger type
|
String |
RuleLearner.getPrep(Word tg,
Word pr,
BasicChunk bs) |
|
String |
RuleLearner.getPrep2(Word pr1,
Word pr2,
BasicChunk bs) |
|
String |
RuleLearner.getPrepFront(Word tg,
Word pr,
BasicChunk bs) |
|