Searched refs:num_slots (Results 1 – 7 of 7) sorted by relevance
655 int num_slots = 0; in make_openfst_graphs() local682 num_slots++; in make_openfst_graphs()685 if(num_slots > MAX_NUM_SLOTS) { in make_openfst_graphs()686 …std::cout << "Error: SREC may have trouble with this many slots! (" << num_slots << ")" << std::en… in make_openfst_graphs()
415 wmap->num_slots = my_wID; in FST_LoadWordMap()418 if(wmap->num_slots > MAX_NUM_SLOTS) in FST_LoadWordMap()490 for (i = wmap->num_slots; --i > 0;) in wordmap_find_rule_index()1235 for (i = 1; i < (size_t) fst->olabels->num_slots; ++i) in FST_AddWordToGrammar()1580 for (fst_slot_slotnum = 1; fst_slot_slotnum < fst->olabels->num_slots; in FST_ResetGrammar()1587 …Error("error: slot '%s' not found among [%d,%d] possible\n", slot, 1, fst->olabels->num_slots - 1); in FST_ResetGrammar()2600 if(atoken->olabel>0 && atoken->olabel<fst->olabels->num_slots) break; in fst_add_arcs()2758 tmp2[i++] = wordmap->num_slots; in serializeWordMapV2()2803 awordmap->num_slots = (wordID)tmp2[i++]; in deserializeWordMapV2()3759 wordID num_slots = context->olabels->num_slots; in fst_alloc_transit_points() local[all …]
166 for (k = 1; k < context->olabels->num_slots; k++) in FST_CheckPath_Complex()
104 else if (atoken->ilabel < wmap->num_slots) in get_arc_for_word()155 else if (tmp->ilabel < wmap->num_slots) in get_arc_for_word()219 else if (tmp->ilabel < wmap->num_slots) in get_arc_for_word_without_slot_annotation()
50 wordID num_slots; member
273 if (atok->ilabel < semgraph->ilabels->num_slots && atok->ilabel != WORD_EPSILON_LABEL && in checkpath_forwardByWordID()382 if (atok->ilabel < semgraph->ilabels->num_slots && atok->ilabel != WORD_EPSILON_LABEL && in checkpath_forward()
1191 for (slotid = 1; slotid < impl->ilabels->num_slots; slotid++) in SR_SemanticGraph_Reset()