#include <chunker.h>
Collaboration diagram for ChunkStruct:
Definition at line 55 of file chunker.h.
Data Fields | |
GraphemNode | from |
GraphemNode | head |
List | nodes |
ChunkStruct * | parent |
List | subChunks |
GraphemNode | to |
ChunkType | type |
|
first element in the chunk Definition at line 58 of file chunker.h. Referenced by chunkerCloneChunk(), chunkerReplaceGraphemes(), cmpChunks(), compareChunks(), embedChunk(), evalChunker(), evalTerm(), findChunk(), getChunks(), getFakeChunksAt(), mergeChunk(), newChunk(), and postProcessChunks(). |
|
head of the chunk Definition at line 60 of file chunker.h. Referenced by chunkerCloneChunk(), chunkerReplaceGraphemes(), getChunks(), getFakeChunksAt(), newChunk(), and printChunk(). |
|
list of all lexem nodes in the chunk Definition at line 57 of file chunker.h. Referenced by chunkerChunk(), chunkerChunkDelete(), chunkerCloneChunk(), chunkerReplaceGraphemes(), embedChunk(), getChunks(), getFakeChunksAt(), lgCopyTagScores(), mergeChunk(), newChunk(), and printChunk(). |
|
direct dominating span (only used in fake-chunking Definition at line 61 of file chunker.h. Referenced by chunkerCloneChunk(), getFakeChunksAt(), and newChunk(). |
|
embedded chunks, e.g. [PC ... [NC ...]] Definition at line 62 of file chunker.h. Referenced by chunkerChunk(), chunkerChunkDelete(), chunkerCloneChunk(), chunkerReplaceGraphemes(), compareChunks(), countChunks(), embedChunk(), findChunk(), getChunks(), lgCopyTagScores(), mergeChunk(), newChunk(), and printChunk(). |
|
last element in the chunk Definition at line 59 of file chunker.h. Referenced by chunkerCloneChunk(), chunkerReplaceGraphemes(), compareChunks(), embedChunk(), evalChunker(), evalTerm(), findChunk(), getChunks(), getFakeChunksAt(), mergeChunk(), newChunk(), postProcessChunks(), and printChunk(). |
|
label of the chunk Definition at line 56 of file chunker.h. Referenced by chunkerCloneChunk(), chunkerStringOfChunkType(), compareChunks(), countChunks(), evalChunker(), getFakeChunksAt(), newChunk(), postProcessChunks(), and printChunk(). |