Uses of Class
relations.Word
-
Packages that use Word Package Description relations -
-
Uses of Word in relations
Fields in relations with type parameters of type Word Modifier and Type Field Description List<Word>Chunk. causeList<Word>TriggerLearner. prepWordMap<Word,PData>Eval. proMapList<Word>Chunk. prosList<Word>TriggerLearner. proWordList<Word>TriggerLearner. relWordsMap<Word,String>Eval. trgIDMapList<Word>Chunk. trigsMethods in relations that return Word Modifier and Type Method Description WordSenAnalyzer. findTrigger(int[] loc, List<Word> relWord)WordPData. getPro1()WordPData. getPro2()WordPData. getProtein()WordPData. getTrigger()Methods in relations that return types with arguments of type Word Modifier and Type Method Description List<Word>SenAnalyzer. detectTrg(String txt)List<Word>EventExtraction. findCausePro(BasicChunk bs, Word tg)Get Pro as cause for : PRO-xx TG PRO/EVENTList<Word>EventExtraction. findFrontPro(BasicChunk bs, Word tg, int len)12.10.2011 Find pro in front of tg for noun phrase/subject patterns: PRO - TGList<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 prep2List<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 prep2Set<Word>EventExtraction. getExtractedTriggers()Available afterEventExtraction.Test()orEventExtraction.Test(String)has been run.List<Word>Chunk. getInChunkPro(Word tg, String[] tokens)Get in_chunk pro for a given tgList<Word>EventExtraction. getInChunkPro(BasicChunk bs, Word tg)11.10.2011.List<Word>EventExtraction. getMod(int pos1, int pos2, List<Word> ls)Get modifier for trigger in order to determine trigger typeList<Word>EventExtraction. getMod(BasicChunk bs, Word tg, List<Word> ls)Get modifier for trigger in order to determine trigger typeList<Word>EventExtraction. getMod(BasicChunk bs, Word tg, List<Word> pros, List<Word> ls)Get modifier for trigger in order to determine trigger typeList<Word>EventExtraction. getMod(Chunk c1, Chunk c2, List<Word> ls)Get modifier for trigger in order to determine trigger typeList<Word>SenAnalyzer. getModifier(String[] tokens)Get list of prepositions of a sentenceList<Word>SenAnalyzer. getPreps(String[] tokens)Get list of prepositions of a sentenceList<Word>BasicChunk. getPro()List<Word>Chunk. getPro(String[] tokens)12.10.2011 Get pro list in form TG_PRO for strict case (no other trigger in between)List<Word>Chunk. getPro(Word tg, String[] tokens)Get pros (same chunk with trg) that follow the given trigger for pattern: TG - PR This method is used in case there is no prep or trg has JJ/VBx form in noun chunkList<Word>Chunk. getProFront()12.10.2011 Get pro list for strict case (no other trigger in between)List<Word>[]Eval. splitTrg(List<Word> list)List<Word>[]SenAnalyzer. splitTrg(List<Word> list, int[] pos)Methods in relations with parameters of type Word Modifier and Type Method Description voidBasicChunk. addPro(Word pro)voidChunk. addPro(Word pr)Add proteinvoidBasicChunk. addTrg(Word trg)voidChunk. addTrigger(Word trg)Add triggerbooleanBasicChunk. belongTO(Word trg, Word pr)booleanBasicChunk. belongTO(Word trg, Word pr, Word pr2)booleanVerbChunk. belongTO(Word trg, Word pro)For simple events/ or binding without theme2booleanVerbChunk. belongTO(Word trg, Word pro, Word pro2)booleanChunk. contains(Word key)booleanBasicChunk. containsKey(Word key)intBasicChunk. countChunks(Word w1, Word w2)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. 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 - Pro2List<Word>EventExtraction. findCausePro(BasicChunk bs, Word tg)Get Pro as cause for : PRO-xx TG PRO/EVENTList<Word>EventExtraction. findFrontPro(BasicChunk bs, Word tg, int len)12.10.2011 Find pro in front of tg for noun phrase/subject patterns: PRO - TGintEval. findPos(int[] loc, Word[] w)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 prep2StringBasicChunk. findTrigger(Word tg, Word pro)StringBasicChunk. getBy_Through(Word tg, Word pr, String[] tokens)List<Word>Chunk. getInChunkPro(Word tg, String[] tokens)Get in_chunk pro for a given tgList<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 typeList<Word>EventExtraction. getMod(BasicChunk bs, Word tg, List<Word> pros, List<Word> ls)Get modifier for trigger in order to determine trigger typeStringBasicChunk. getPrep(Word tg, Word pr)StringRuleLearner. getPrep(Word tg, Word pr, BasicChunk bs)StringRuleLearner. getPrep2(Word pr1, Word pr2, BasicChunk bs)StringRuleLearner. getPrepFront(Word tg, Word pr, BasicChunk bs)List<Word>Chunk. getPro(Word tg, String[] tokens)Get pros (same chunk with trg) that follow the given trigger for pattern: TG - PR This method is used in case there is no prep or trg has JJ/VBx form in noun chunkbooleanBasicChunk. inChunk(Word trg, Word pro)booleanChunk. inChunk(Word trg, Word pro)Check TG and Pro in the same chunk, for use with learning rulesbooleanChunk. inChunk(Word trg, Word pro, String[] tokens)Check TG and Pro in the same chunk, for use with learning rulesbooleanBasicChunk. inChunkTG(Word trg1, Word trg2)Two tg in the same chunk ; for learning rule onlybooleanChunk. inChunkTG(Word tg1, Word tg2)Check two trg in the same chunk, without any pro in between of thembooleanBasicChunk. inChunkTrg(Word tg, String[] tokens)Check whether a given trigger is in_chunk formbooleanChunk. is_inChunk(Word trg, String[] tokens)Check whether a trg has in_chunk formbooleanBasicChunk. isSameChunk(Word tg, Word pr)Check whether in the same chunk but not in_chunk formbooleanBasicChunk. isSameRole(Word tg1, Word tg2, String[] tokens)Check whether two trigger has the same role (i.e have the same arguments)booleanChunk. isSameRole(Word tg1, Word tg2, String[] tokens)voidChunk. removePRO(Word pro)voidBasicChunk. removeTrg(Word tg)voidChunk. removeTRG(Word tg)Method parameters in relations with type arguments of type Word Modifier and Type Method Description voidEventExtraction. evaluateTrg(BasicChunk bs, List<Word> preps, List<Word> mods, String[] tokens, List<Word> Trgs)Evaluating candidate triggers whether they can form eventsList<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)voidEventExtraction. extractNP(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 - Pro2voidEventExtraction. extractVP(VerbChunk vc, List<Word> preps, List<Word> mods)WordSenAnalyzer. findTrigger(int[] loc, List<Word> relWord)List<Word>EventExtraction. getMod(int pos1, int pos2, List<Word> ls)Get modifier for trigger in order to determine trigger typeList<Word>EventExtraction. getMod(BasicChunk bs, Word tg, List<Word> ls)Get modifier for trigger in order to determine trigger typeList<Word>EventExtraction. getMod(BasicChunk bs, Word tg, List<Word> pros, List<Word> ls)Get modifier for trigger in order to determine trigger typeList<Word>EventExtraction. getMod(Chunk c1, Chunk c2, List<Word> ls)Get modifier for trigger in order to determine trigger typeStringKeyData. getType(List<Word> tokens)Determine event type based on a given list of modifiersvoidEval. printCompoundTrigger(TData tg, List<Word> ls)List<Word>[]Eval. splitTrg(List<Word> list)List<Word>[]SenAnalyzer. splitTrg(List<Word> list, int[] pos)Constructors in relations with parameters of type Word Constructor Description PData(Word tg, Object ob1, Object ob2, String ev_type)PData(Word tg, Object ob1, String ev_type)
-