OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:correctiontype
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.cpp
30
static inline void profile(const
CorrectionType
correctionType
, DicNode *const node) {
32
switch (
correctionType
) {
76
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
82
const float spatialCost = Weighting::getSpatialCost(weighting,
correctionType
,
84
const float languageCost = Weighting::getLanguageCost(weighting,
correctionType
,
86
const ErrorTypeUtils::ErrorType errorType = weighting->getErrorType(
correctionType
,
88
profile(
correctionType
, dicNode);
92
dicNode->forwardInputIndex(0, getForwardInputCount(
correctionType
),
[
all
...]
weighting.h
33
const
CorrectionType
correctionType
,
88
virtual ErrorTypeUtils::ErrorType getErrorType(const
CorrectionType
correctionType
,
99
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
103
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
107
static int getForwardInputCount(const
CorrectionType
correctionType
);
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp
27
ErrorTypeUtils::ErrorType TypingWeighting::getErrorType(const
CorrectionType
correctionType
,
30
switch (
correctionType
) {
typing_weighting.h
213
ErrorTypeUtils::ErrorType getErrorType(const
CorrectionType
correctionType
,
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
error_type_utils.h
28
// ErrorType is mainly decided by
CorrectionType
but it is also depending on if
38
// Treat error as an intentional omission when the
CorrectionType
is omission and the node can
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
432
const
CorrectionType
correctionType
= spaceSubstitution ?
434
Weighting::addCostAndForwardInputIndex(WEIGHTING,
correctionType
, traverseSession, dicNode,
/packages/inputmethods/LatinIME/native/jni/src/
defines.h
339
}
CorrectionType
;
Completed in 498 milliseconds