OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:correctiontype
(Results
1 - 11
of
11
) sorted by null
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
weighting.h
32
const
CorrectionType
correctionType
,
83
virtual ErrorType getErrorType(const
CorrectionType
correctionType
,
94
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
98
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
102
static int getForwardInputCount(const
CorrectionType
correctionType
);
[
all
...]
weighting.cpp
30
static inline void profile(const
CorrectionType
correctionType
, DicNode *const node) {
32
switch (
correctionType
) {
73
const
CorrectionType
correctionType
, const DicTraverseSession *const traverseSession,
79
const float spatialCost = Weighting::getSpatialCost(weighting,
correctionType
,
81
const float languageCost = Weighting::getLanguageCost(weighting,
correctionType
,
83
const ErrorType errorType = weighting->getErrorType(
correctionType
, traverseSession,
85
profile(
correctionType
, dicNode);
89
dicNode->forwardInputIndex(0, getForwardInputCount(
correctionType
),
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_weighting.cpp
26
ErrorType TypingWeighting::getErrorType(const
CorrectionType
correctionType
,
29
switch (
correctionType
) {
typing_weighting.h
188
ErrorType getErrorType(const
CorrectionType
correctionType
,
/packages/inputmethods/LatinIME/native/jni/src/
correction.h
38
}
CorrectionType
;
85
CorrectionType
processCharAndCalcState(const int c, const bool isTerminal);
214
inline
CorrectionType
processSkipChar(const int c, const bool isTerminal,
216
inline
CorrectionType
processUnrelatedCorrectionType();
315
AK_FORCE_INLINE Correction::
CorrectionType
Correction::processSkipChar(const int c,
327
inline Correction::
CorrectionType
Correction::processUnrelatedCorrectionType() {
328
// Needs to set mTerminalInputIndex and mTerminalOutputIndex before returning any
CorrectionType
defines.h
449
}
CorrectionType
;
451
// ErrorType is mainly decided by
CorrectionType
but it is also depending on if
464
// Treat error as an intentional omission when the
CorrectionType
is omission and the node can
correction.cpp
202
Correction::
CorrectionType
Correction::processCharAndCalcState(const int c, const bool isTerminal) {
[
all
...]
unigram_dictionary.cpp
[
all
...]
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.cpp
527
const
CorrectionType
correctionType
= spaceSubstitution ?
529
Weighting::addCostAndForwardInputIndex(WEIGHTING,
correctionType
, traverseSession, dicNode,
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
LogUnit.java
208
* determine what kind of correction it is, and update its internal state of the
correctionType
290
public void setCorrectionType(final int
correctionType
) {
291
mCorrectionType =
correctionType
;
ResearchLogger.java
[
all
...]
Completed in 430 milliseconds