History log of /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
14dd663fe51079e74c8527d1452d5aa68fecc4e8 14-May-2014 Keisuke Kuroyanagi <ksk@google.com> Reduce the cost for handling intentional omission.

Bug: 14602770

Change-Id: I3a678a3e9b227fc4c3b8d23012aba18ca2e52da5
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
77de3a4b65d9baa9cc9469c2600bcce8de32ba82 01-Apr-2014 Keisuke Kuroyanagi <ksk@google.com> Change wrongly used "lookahead" to "completion".

Change-Id: I111cf59d0d24fa869217788c314fffa94ee9f9f9
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
622589ab431b397fad69edb7d9057335ca7475e9 14-Mar-2014 Ken Wakasa <kwakasa@google.com> Several cleanups

Remove obsolete comment and unused macros. Cosmetic fixes as well.

Change-Id: I9843331c8ce90d9b10b54f425ea1c7416b57c541
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
2fa3693c264a4c150ac307d9bb7f6f8f18cc4ffc 13-Dec-2013 Ken Wakasa <kwakasa@google.com> Reset to 9bd6dac4708ad94fd0257c53e977df62b152e20c

The bulk merge from -bayo to klp-dev should not have been merged to master.

Change-Id: I527a03a76f5247e4939a672f27c314dc11cbb854
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
e639d7346c59b21fffc6b6e1e05022bb6b84fb74 26-Sep-2013 Keisuke Kuroyanagi <ksk@google.com> Use base lower character to get point to key length.

Bug: 9490364
Change-Id: I3755f00ab22f926f087fc917b95a2db7d722fa00
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
d81654cd61bd10f7cb56bfa4c89b34e9cfb18598 13-Aug-2013 Keisuke Kuroyanagi <ksk@google.com> Use DictionaryStructureWithBufferPolicy for traversing.

Bug: 6669677
Change-Id: If7bc038278b7217ed5ba4cb77b1238b2dad0001b
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
75322cecb9fe02a0914b65c859cfbc2f4e1f70d9 14-Jun-2013 Satoshi Kataoka <satok@google.com> Support terminal insertion error correction

Bug: 9421356

Change-Id: I19685763ca487b5636019d62e150708c63ce6fc2
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
cb4a7c1d87106c5ac8c13e752b1ceaf585448538 24-Jul-2013 Keisuke Kuroynagi <ksk@google.com> Fix: "saomething" -> "something".

Fixed by making MAX_CACHE_DIC_NODE_SIZE larger.

Bug: 9682742

Change-Id: I0312952c90b0820bed37df99c223921c68450570
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
34047d8905fbd2cbe4c99618aab105556ebee9ed 11-Jul-2013 Keisuke Kuroynagi <ksk@google.com> Quit ignoring language cost of exact matches.

Handle exact matches in DicNode::compare() and calculateFinalScore().

Bug: 8844931
Change-Id: I17c78d4e352b0a4308727229b02a8004b38468bf
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
940cca4fa946c1a461d49a50de6a2ffc8355cdd6 24-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Merge "Check adjacent proximity chars for insertion for typing"
be2a172d4e55b784928414fbc6ee67e2368295ca 24-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Merge "Give the best score to the most probable exact match."
24706f8f5c61785006af50cc19fdd96559faa9fa 21-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Check adjacent proximity chars for insertion for typing

Change-Id: I6ce1b065bba055516fca0c8af6f14853a111aa68
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
f0dc0b1b745d78203ca68668a88278a61d0aff04 21-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Give the best score to the most probable exact match.

Bug: 9490364
Change-Id: If7fe5da190516d4b5f7a41b752ef5960205a5899
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
09858cbde49c086dd1d4d3050b57f0ea1774158b 20-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Change method name of getDepth and getTotalLength.

Change-Id: I4b3aa54e17d7de7c31f956dc9d59941d79856fd7
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
6bfeeb86947eb2131408ae8bd55a7f90486feb1d 17-Jun-2013 Keisuke Kuroynagi <ksk@google.com> Support multi words input for gesture.

Bug: 8591918

Change-Id: I344f936907a385cc6c3c8a2215a6603938483401
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
addea83bad5751308fef508d79c6989b8872f050 02-Jun-2013 Ken Wakasa <kwakasa@google.com> Create "src/utils" directory

Change-Id: I0b7c51d181edc4786e343f7a953367b040ee6b66
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
0ecfb9424754341d7ee41557fc1f913cb6ca79c2 03-Jun-2013 Keisuke Kuroyanagi <ksk@google.com> Use BinaryDictonaryInfo instead of raw pointers.

Bug: 6669677

Change-Id: I9792a872f1609de7c1ba0fc08d916047d6724c0b
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
464d3ba43257da34ab165da8ba0af11e928aae5c 31-May-2013 Ken Wakasa <kwakasa@google.com> Move char_utils to the dictionary directory

Change-Id: Id397485407fe63600c9bb5c80d223042942b4d8a
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
29432f843a8cd6ffb2be286104964592e80d77c9 30-May-2013 Ken Wakasa <kwakasa@google.com> Create a new directory for layout-related implementations

Change-Id: Ia227bb296f20dab0dfc03dfcde3a06c624eca76c
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
a107dcaeb6302981974bab8284f6b7943673cf11 30-Apr-2013 Keisuke Kuroynagi <ksk@google.com> Fix: Demote first char capitalized new words.

Bug: 8680578
Change-Id: I84bcdf3a20428c7561f600332bfef4685c72b67f
Signed-off-by: Keisuke Kuroynagi <ksk@google.com>
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
9559dd2e30de288a9ff7069bfc59f8500b949a88 17-Apr-2013 Tom Ouyang <ouyang@google.com> Improve bigram frequency lookup

Bug: 8592527

Change-Id: I1908bcb552279b9acb140fe4d8d26b10ed9eda72
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
866a6ced571a24f0f1b927aeccad7a1969da23b7 26-Apr-2013 Ken Wakasa <kwakasa@google.com> Just cosmetic cleanups

Change-Id: I3dc8a4bb3f89f4a18cfffd5f13a71503738452e6
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
60a169f0c34bf0da89c420d99bfff5c2556f3fbf 25-Apr-2013 Keisuke Kuroynagi <ksk@google.com> Fix exact match checking for words with digraph.

Bug: 8624690
Change-Id: I8946d6618609c8e0cb638aa96992b51b435232c7
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
90cb956c4fd6b9aa2f5c6689448485e87061da50 17-Apr-2013 Tom Ouyang <ouyang@google.com> Remove duplicate new-word bigram cost (part 1)

Removes a duplicate application of the new word bigram cost and updates only
the related parameters (those associated with multi-word suggestions).

Note: test results will improve after full optimization.

[Category diff]
+1 357
-1 485
+2 16
-2 20
+3 20
-3 16
+4 198
-4 226
+5 510
-5 443
+6 518
-6 368
+7 394
-7 455

[Weighted category diff]
+1 482
-1 532
+2 22
-2 22
+3 22
-3 22
+4 233
-4 381
+5 578
-5 500
+6 617
-6 498
+7 522
-7 521

Bug: 8633962
Change-Id: I3c3ecc9460e8e03e44925e11b2d4b037a6c3b99e
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
252412d7eb4573f91588b06b0fe49ef9f0ac38ac 16-Apr-2013 Satoshi Kataoka <satok@google.com> Use additional multi-word cost per language (for Russian)

Bug: 7540133
Change-Id: I7eb7b8399746c15452ed2ed5069955e88fb546d3
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
837f46dcb35a8f42a6bd5bc5fc6395d7386acb81 10-Apr-2013 Satoshi Kataoka <satok@google.com> Enable touch coordinate correction for new algorithm

Bug: 8505668

Change-Id: I07eb785c74c446777524104a3d2b61f0f591a498
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
b68e73448104714e8f12f89a1e00fb10b5fd14c4 08-Apr-2013 Ken Wakasa <kwakasa@google.com> Cleanup the include paths

Change-Id: Ic93d39e230170cfc9f5be6d81d42006e1a61e347
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h
a6a416519603d2e65416dd8f9507913b7e4fd0a0 02-Apr-2013 Satoshi Kataoka <satok@google.com> Move typing policy to AOSP

Bug: 8197301
Change-Id: Ife9b41a465d7b8d707623a6d3e4c1c88c3c3c4ab
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_weighting.h