Home
last modified time | relevance | path

Searched refs:ipartialOutput (Results 1 – 1 of 1) sorted by relevance

/dports/audio/praat/praat-6.2.03/gram/
H A DOTGrammar.cpp614 if (cand -> partialOutputMatches [ipartialOutput]) { // T&S' idea of surface->overt mapping in OTGrammar_getInterpretiveParse_opt()
2232 for (integer ipartialOutput = 1; ipartialOutput <= thy numberOfRows; ipartialOutput ++) { in OTGrammar_Distributions_opt_createOutputMatching() local
2233 if (thy data [ipartialOutput] [columnNumber] > 0.0) { in OTGrammar_Distributions_opt_createOutputMatching()
2234 conststring32 partialOutput = thy rowLabels [ipartialOutput].get(); in OTGrammar_Distributions_opt_createOutputMatching()
2242 cand -> partialOutputMatches [ipartialOutput] = true; in OTGrammar_Distributions_opt_createOutputMatching()
2276 integer ipartialOutput; in OTGrammar_Distributions_learnFromPartialOutputs() local
2277 Distributions_peek (thee, columnNumber, & partialOutput, & ipartialOutput); in OTGrammar_Distributions_learnFromPartialOutputs()
2293 thy rowLabels [ipartialOutput].get() in OTGrammar_Distributions_learnFromPartialOutputs()
2296 OTGrammar_learnOneFromPartialOutput_opt (me, partialOutput, ipartialOutput, in OTGrammar_Distributions_learnFromPartialOutputs()
2385 integer ipartialOutput; in OTGrammar_Distributions_getFractionCorrect() local
[all …]