OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:semgraph
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Grammar/include/
SR_GrammarImpl.h
85
SR_SemanticGraph*
semgraph
;
member in struct:SR_GrammarImpl_t
/external/srec/srec/Semproc/src/
SemanticProcessorImpl.c
91
static const LCHAR* lookUpWord(SR_SemanticGraphImpl*
semgraph
, wordID wdid);
96
static const LCHAR* lookUpScript(SR_SemanticGraphImpl*
semgraph
, const LCHAR* script_label);
101
static ESR_ReturnCode accumulate_scripts(SR_SemanticGraphImpl*
semgraph
, script_list* scripts, sem_partial_path* path_root);
250
static ESR_ReturnCode checkpath_forwardByWordID(SR_SemanticGraphImpl*
semgraph
,
264
for (atok = atoken_start; atok; atok = ARC_TOKEN_PTR(
semgraph
->arc_token_list, atok->next_token_index))
268
atok->ilabel, atok->ilabel!=MAXwordID?
semgraph
->ilabels->words[atok->ilabel]:"max", atok->olabel);
273
if (atok->ilabel <
semgraph
->ilabels->num_slots && atok->ilabel != WORD_EPSILON_LABEL &&
274
wordmap_whether_in_rule(
semgraph
->ilabels, *currentWord, atok->ilabel))
277
atok_use = arc_tokens_find_ilabel(
semgraph
->arc_token_list,
semgraph
->arcs_for_slot[atok->ilabel], *currentWord)
490
SR_SemanticGraphImpl*
semgraph
= (SR_SemanticGraphImpl*) graph;
local
796
SR_SemanticGraphImpl*
semgraph
= (SR_SemanticGraphImpl*) graph;
local
[
all
...]
SemanticGraphImpl.c
132
PLogError(L("ESR_READ_ERROR: could not seek to
semgraph
data"));
288
SR_SemanticGraphImpl*
semgraph
= (SR_SemanticGraphImpl*) self;
local
296
semgraph
->ilabels = ilabels;
321
- output labels referenced in the
semgraph
are the integers (wordmap index) prepending with '_'
323
- output labels stored in the
semgraph
are actually integers which are equal to
340
wordmap_create(&
semgraph
->scripts, i, num_scripts, (int)AVG_SCRIPTS_PER_WORD*num_words_to_add);
368
if (wordmap_add_word(
semgraph
->scripts, oword) != lineNo)
414
semgraph
->arc_token_list = NEW_ARRAY(arc_token,max_num_arc_tokens, L("
semgraph
.wordgraph"));
415
arc_token_list =
semgraph
->arc_token_list
604
SR_SemanticGraphImpl*
semgraph
= (SR_SemanticGraphImpl*) self;
local
[
all
...]
Completed in 226 milliseconds