Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Related Pages

ChunkerStruct Struct Reference
[Chunker - Interface to a Chunking Parser]

Collaboration diagram for ChunkerStruct:

Collaboration graph
[legend]

Detailed Description

representation of the chunker.

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]


Field Documentation

char** ChunkerStruct::args
 

command to start this chunker

See also:
chunkerArgs
Definition at line 63 of file chunker.c.

Referenced by chunkerNew(), initRealChunker(), and resetChunker().

List ChunkerStruct::chunks
 

found chunks Definition at line 62 of file chunker.c.

Referenced by chunkerChunk(), chunkerNew(), evalChunker(), and resetChunker().

LexemGraph ChunkerStruct::lg
 

the current lexemgraph that we are chunking Definition at line 57 of file chunker.c.

Referenced by chunkerChunk(), chunkerNew(), getChunks(), initFakeChunker(), and resetChunker().

Level ChunkerStruct::mainlevel
 

mainlevels index in the current parse Definition at line 59 of file chunker.c.

Referenced by getFakeChunksAt(), initFakeChunker(), initRealChunker(), parseGetLabel(), parseGetLevelValue(), and parseGetModifiee().

ChunkerMode ChunkerStruct::mode
 

determines the mode of operation Definition at line 56 of file chunker.c.

Referenced by chunkerChunk(), chunkerNew(), and initChunker().

int ChunkerStruct::nrLevels
 

number of levels in the current parse Definition at line 61 of file chunker.c.

Referenced by chunkerNew(), initFakeChunker(), parseGetLabel(), parseGetModifiee(), and resetChunker().

int ChunkerStruct::nrWords
 

number of words in the current parse Definition at line 60 of file chunker.c.

Referenced by chunkerNew(), initFakeChunker(), parseGetRoots(), and resetChunker().

Parse ChunkerStruct::parse
 

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().

pid_t ChunkerStruct::pid
 

process id of a started chunker job Definition at line 64 of file chunker.c.

Referenced by chunkerNew(), initRealChunker(), and resetChunker().

int ChunkerStruct::pipe1[2]
 

pipe connected to the stdin of the chunker process Definition at line 65 of file chunker.c.

Referenced by getChunks(), initRealChunker(), and resetChunker().

int ChunkerStruct::pipe2[2]
 

pipe connected to the stdout of the chunker process Definition at line 66 of file chunker.c.

Referenced by getChunks(), initRealChunker(), and resetChunker().


The documentation for this struct was generated from the following file:
CDG 0.95 (20 Oct 2004)