Uses of Class
relations.Chunk
-
Packages that use Chunk Package Description parser relations -
-
Uses of Chunk in parser
Methods in parser that return types with arguments of type Chunk Modifier and Type Method Description List<Chunk>Parser. parse(String[] token)Shallow parser: generating chunks (NP,VP, PP) from untokenized textList<Chunk>Parser. parse(String[] token, String[] tags)Method parameters in parser with type arguments of type Chunk Modifier and Type Method Description voidParser. printChunk(List<Chunk> ls) -
Uses of Chunk in relations
Methods in relations that return Chunk Modifier and Type Method Description ChunkBasicChunk. getChunk(int pos)Methods in relations that return types with arguments of type Chunk Modifier and Type Method Description List<Chunk>[]SenAnalyzer. analyze(String id)Main method to analyze textMethods in relations with parameters of type Chunk Modifier and Type Method Description voidBasicChunk. addChunk(Chunk c)voidVerbChunk. addVerb(Chunk v)List<Word>EventExtraction. getMod(Chunk c1, Chunk c2, List<Word> ls)Get modifier for trigger in order to determine trigger typeintChunkAnalyzer. getVerbChunkType(Chunk vb)Determine verb chunk type: passive/active/gerundbooleanChunkAnalyzer. is_a_phrase(Chunk verb)booleanChunkAnalyzer. is_passive(Chunk verb)voidChunk. merge(Chunk c)Merge two chunks: appending a chunk to the current chunkMethod parameters in relations with type arguments of type Chunk Modifier and Type Method Description voidChunkAnalyzer. analyzeChunk(List<Chunk> ls, String[] tags, String[] tokens)Analyzing chunks to form NP, VP...voidChunkAnalyzer. cleanChunk(List<Chunk> ls, String[] tags, String[] tokens)voidBasicChunk. findCoordinator(List<Chunk> ls)BasicChunkChunkAnalyzer. findObject(int start, List<Chunk> ls, int end)BasicChunkChunkAnalyzer. findSubject(int start, List<Chunk> chunk, int stop)voidChunkAnalyzer. printChunk(List<Chunk> chunk)print chunks contain marker wordvoidSenAnalyzer. printChunk(List<Chunk> ls)intChunkAnalyzer. skipPhrase(List<Chunk> ls, int start, int end)First step: remove
-