Definition at line 55 of file chunker.c.
Data Fields | |
char ** | args |
List | chunks |
LexemGraph | lg |
Level | mainlevel |
ChunkerMode | mode |
int | nrLevels |
int | nrWords |
Parse | parse |
pid_t | pid |
int | pipe1 [2] |
int | pipe2 [2] |
|
command to start this chunker
Referenced by chunkerNew(), initRealChunker(), and resetChunker(). |
|
found chunks Definition at line 62 of file chunker.c. Referenced by chunkerChunk(), chunkerNew(), evalChunker(), and resetChunker(). |
|
the current lexemgraph that we are chunking Definition at line 57 of file chunker.c. Referenced by chunkerChunk(), chunkerNew(), getChunks(), initFakeChunker(), and resetChunker(). |
|
mainlevels index in the current parse Definition at line 59 of file chunker.c. Referenced by getFakeChunksAt(), initFakeChunker(), initRealChunker(), parseGetLabel(), parseGetLevelValue(), and parseGetModifiee(). |
|
determines the mode of operation Definition at line 56 of file chunker.c. Referenced by chunkerChunk(), chunkerNew(), and initChunker(). |
|
number of levels in the current parse Definition at line 61 of file chunker.c. Referenced by chunkerNew(), initFakeChunker(), parseGetLabel(), parseGetModifiee(), and resetChunker(). |
|
number of words in the current parse Definition at line 60 of file chunker.c. Referenced by chunkerNew(), initFakeChunker(), parseGetRoots(), and resetChunker(). |
|
parse generated from the annotation of the lattice Definition at line 58 of file chunker.c. Referenced by chunkerNew(), getFakeChunksAt(), initFakeChunker(), parseGetLabel(), parseGetLevelValue(), parseGetModifiee(), and resetChunker(). |
|
process id of a started chunker job Definition at line 64 of file chunker.c. Referenced by chunkerNew(), initRealChunker(), and resetChunker(). |
|
pipe connected to the stdin of the chunker process Definition at line 65 of file chunker.c. Referenced by getChunks(), initRealChunker(), and resetChunker(). |
|
pipe connected to the stdout of the chunker process Definition at line 66 of file chunker.c. Referenced by getChunks(), initRealChunker(), and resetChunker(). |