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,
115 + weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
120 + weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
122 return weighting->getSpaceOmissionCost(traverseSession, dicNode, inputStateG);
124 return weighting->getMatchedCost(traverseSession, dicNode, inputStateG);
126 return weighting->getCompletionCost(traverseSession, dicNode);
128 return weighting->getTerminalSpatialCost(traverseSession, dicNode);
130 return weighting->getTerminalInsertionCost(traverseSession, dicNode);
132 return weighting->getSpaceSubstitutionCost(traverseSession, dicNode);
134 return weighting->getInsertionCost(traverseSession, parentDicNode, dicNode);
136 return weighting->getTranspositionCost(traverseSession, parentDicNode, dicNode);
143 const CorrectionType correctionType, const DicTraverseSession *const traverseSession,
153 traverseSession, parentDicNode, multiBigramMap);
161 traverseSession->getDictionaryStructurePolicy(), dicNode, multiBigramMap);
162 return weighting->getTerminalLanguageCost(traverseSession, dicNode, languageImprobability);
168 traverseSession, parentDicNode, multiBigramMap);