History log of /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
63d33f42c8a310333544221345aed2bad64a2c0f 08-Apr-2014 Keisuke Kuroyanagi <ksk@google.com> Increase terminal cache size for gesture.

Before:
(0) 670.00 (10.52%)
(1) 5530.00 (86.81%)
(2) 120.00 (1.88%)
Total 6370.00 (sum of others 6320.00)

After:
(0) 730.00 (11.06%)
(1) 5750.00 (87.12%)
(2) 100.00 (1.52%)
Total 6600.00 (sum of others 6580.00)

Bug: 13773693
Bug: 10701902
Bug: 9505397
Change-Id: Ie53640994180a7acabe05da544ab2166403e2394
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
cafab169cdb21244c82b99c09983c98066113d87 06-Apr-2014 Ken Wakasa <kwakasa@google.com> s/stdint.h/cstdint/

Somehow, we were not able to use cstdint gcc target build. That's no
longer the case with Clang.

Removed unnecessary header inclusions too.

Change-Id: Ic83a4adf696f1d5ec7a9809253f3c95804e622e1
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
b43ea5c3359259b042a6f58883c61a82acf34e82 10-Mar-2014 Keisuke Kuroyanagi <ksk@google.com> Use isFirstCharUppercase instead of get first code point.

Change-Id: I0a28305397bfc1e7218e16df00839781a74f5599
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
9ee90955287d616158ad4cf099c4772f58c16942 18-Dec-2013 Keisuke Kuroyanagi <ksk@google.com> Move methods for scoring from Traversal to Scoring.

Bug: 8844931

Change-Id: I6137d06e597f4e7b81aaf29555199e18984f2c39
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.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_traversal.h
3e954347e3a7b381d7e94feb002e158f3bc69a32 01-Oct-2013 Jean Chalard <jchalard@google.com> Fix typos

I think I may pass out from the sheer ugliness

Change-Id: I1e709f03ef47ec713552d41fd9e37e01b810ae88
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
4447b14b785652e36adca329f5cddf986bfd14fa 26-Jul-2013 Keisuke Kuroynagi <ksk@google.com> "much" in suggestions of "m" after "very"

Make cache size larger for single point input.

Bug: 9823678
Change-Id: Ic6bbcebd18eccaf9f9ac07d9c0d456a62f6c5287
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
a829188f54c0fd2e26192d98d9e56e033d8f91aa 04-Jul-2013 Keisuke Kuroynagi <ksk@google.com> Allow force auto commit when the top is long multiword.

Bug: 9688196
Change-Id: I73ff2cd77b932bf7307b3541ea9da3fa4afa11b4
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
7a06a792871c38517264fcb63b80a9c09bfe4766 01-Jul-2013 Keisuke Kuroynagi <ksk@google.com> Move children filtering methods to DicNodeChildrenFilter.

Bug: 6669677
Change-Id: If18055e2da8dd5d783942ba384d3ea1d97030e3a
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.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_traversal.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_traversal.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_traversal.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_traversal.h
8da0c932925f605b9dd815387753dfab19beb873 28-Apr-2013 Tom Ouyang <ouyang@google.com> Reduce MAX_NORM_DISTANCE_FOR_EDIT in typing model after recent logic improvements

After recent logic improvements we can now safely reduce MAX_NORM_DISTANCE_FOR_EDIT.
This leads to better regression test performance and faster runtime speed.

Bug: 8633962
Change-Id: Ie0db73680b32687ff4d8ea5dfae47dee5c7c66a3
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.h
fd02ec10f0a0374096e88fa30a0e126d6ff11c72 25-Apr-2013 Tom Ouyang <ouyang@google.com> Always consider corrections of intentional omissions (e.g., apostrophe)

Example: "thts" -> "that's"

Bug: 8721815
Change-Id: I8c1efbf651d2569ba3600516cc7447d46bf30fa4
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/typing_traversal.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_traversal.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_traversal.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_traversal.h