diff options
author | 2011-10-13 23:08:46 -0700 | |
---|---|---|
committer | 2011-10-13 23:08:46 -0700 | |
commit | ce6aa8982742b5bdea3daa1b6a337e7e9acdc58c (patch) | |
tree | 742c90d5e0a078e0efd6af7eb040a51b5b5408cb /native/src/correction.h | |
parent | 6262fa5307ae57bae9640cc763ad1fe529af7a43 (diff) | |
parent | 04d873701550323116cf8737494fb8d7e839c351 (diff) | |
download | latinime-ce6aa8982742b5bdea3daa1b6a337e7e9acdc58c.tar.gz latinime-ce6aa8982742b5bdea3daa1b6a337e7e9acdc58c.tar.xz latinime-ce6aa8982742b5bdea3daa1b6a337e7e9acdc58c.zip |
Merge "Calculate edit distances incrementally."
Diffstat (limited to 'native/src/correction.h')
-rw-r--r-- | native/src/correction.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/native/src/correction.h b/native/src/correction.h index 437ef77f4..d4e99f0ce 100644 --- a/native/src/correction.h +++ b/native/src/correction.h @@ -102,6 +102,7 @@ private: inline bool isQuote(const unsigned short c); inline CorrectionType processSkipChar( const int32_t c, const bool isTerminal, const bool inputIndexIncremented); + inline void addCharToCurrentWord(const int32_t c); const int TYPED_LETTER_MULTIPLIER; const int FULL_WORD_MULTIPLIER; |