Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:vocab

153   printf("USAGE: -par <par file> -grxml <grxml grammar file> -vocab <dictionary file (.ok)> [-outdir <output directory>]\n");
193 else if(!strcmp(argv[i],"-vocab"))
581 SR_Vocabulary *vocab = 0;
592 rc = SR_VocabularyLoad(vocabFilename, &vocab);
706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len);
709 SR_VocabularyDestroy(vocab);
931 if(vocab) {
932 SR_VocabularyDestroy(vocab);
933 vocab = NULL;