Skip to content
Snippets Groups Projects
Commit d8708911 authored by Satoshi Kataoka's avatar Satoshi Kataoka
Browse files

Add CorrectionType

Change-Id: Ibbad8476be40e322cadfbf9636a13e575338ec1d
parent 19304724
No related branches found
No related tags found
No related merge requests found
......@@ -411,4 +411,18 @@ typedef enum {
A_DOUBLE_LETTER,
A_STRONG_DOUBLE_LETTER
} DoubleLetterLevel;
typedef enum {
CT_MATCH,
CT_OMISSION,
CT_INSERTION,
CT_TRANSPOSITION,
CT_SUBSTITUTION,
CT_SPACE_SUBSTITUTION,
CT_SPACE_OMISSION,
CT_COMPLETION,
CT_TERMINAL,
CT_NEW_WORD,
CT_NEW_WORD_BIGRAM,
} CorrectionType;
#endif // LATINIME_DEFINES_H
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment