diff options
author | 2011-03-03 20:08:42 -0800 | |
---|---|---|
committer | 2011-03-03 20:08:42 -0800 | |
commit | fe18612ced49fb8dccadaac43869024232b17c64 (patch) | |
tree | bc8f738b6862cb7ee23a2aff6dadb9552d4fc34d /native/src/defines.h | |
parent | d628e72958c15b3604739f39fb3e82a1f65f971e (diff) | |
parent | a787dba83b9c3ac8732a958e0d935c3b4e181628 (diff) | |
download | latinime-fe18612ced49fb8dccadaac43869024232b17c64.tar.gz latinime-fe18612ced49fb8dccadaac43869024232b17c64.tar.xz latinime-fe18612ced49fb8dccadaac43869024232b17c64.zip |
Merge "Fix a bug with umlaut processing." into honeycomb-mr1
Diffstat (limited to 'native/src/defines.h')
-rw-r--r-- | native/src/defines.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/native/src/defines.h b/native/src/defines.h index ddd65c9fa..5d85b7c51 100644 --- a/native/src/defines.h +++ b/native/src/defines.h @@ -148,6 +148,10 @@ static void prof_out(void) { #define MAX_DEPTH_MULTIPLIER 3 +// TODO: Reduce this constant if possible; check the maximum number of umlauts in the same German +// word in the dictionary +#define DEFAULT_MAX_UMLAUT_SEARCH_DEPTH 5 + // Minimum suggest depth for one word for all cases except for missing space suggestions. #define MIN_SUGGEST_DEPTH 1 #define MIN_USER_TYPED_LENGTH_FOR_MISSING_SPACE_SUGGESTION 3 |