Home | History | Annotate | Download | only in policy

Lines Matching refs:traverseSession

76         const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
79 const int inputSize = traverseSession->getInputSize();
83 traverseSession, parentDicNode, dicNode, &inputStateG);
85 traverseSession, parentDicNode, dicNode, multiBigramMap);
87 traverseSession, parentDicNode, dicNode);
105 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
118 return weighting->getNewWordSpatialCost(traverseSession, dicNode, inputStateG);
120 return weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
122 return weighting->getCompletionCost(traverseSession, dicNode);
124 return weighting->getTerminalSpatialCost(traverseSession, dicNode);
126 return weighting->getTerminalInsertionCost(traverseSession, dicNode);
128 return weighting->getSpaceSubstitutionCost(traverseSession, dicNode);
130 return weighting->getInsertionCost(traverseSession, parentDicNode, dicNode);
132 return weighting->getTranspositionCost(traverseSession, parentDicNode, dicNode);
139 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
149 traverseSession, parentDicNode, multiBigramMap);
157 traverseSession->getDictionaryStructurePolicy(), dicNode, multiBigramMap);
158 return weighting->getTerminalLanguageCost(traverseSession, dicNode, languageImprobability);
164 traverseSession, parentDicNode, multiBigramMap);