Commit Graph

29754 Commits (43afae3a485292602320849cfeb27b7de7e79ad2)

Author SHA1 Message Date
Keisuke Kuroyanagi 499371a5ef Remove PersonalizationDictinoary.
Now, PersonalizationPredictionDictionary can be used not only
for prediction but also for suggestions.
We should rename PersonalizationPredictionDictionary to
PersonalizationDictionary.

Change-Id: Ifcf4459072f3523e3f3dc783f12e15b89cdbb12d
2013-12-11 11:09:52 +09:00
Keisuke Kuroyanagi 127d30a096 am 7c8075c2: Uncapitalized words for personalization dictionary.
* commit '7c8075c2aca45ab60418c4e3b02a510f153b090d':
  Uncapitalized words for personalization dictionary.
2013-12-10 02:27:56 -08:00
Keisuke Kuroyanagi 7c8075c2ac Uncapitalized words for personalization dictionary.
Bug: 11736529
Change-Id: I62a7469afe03092ec992bfb190f717223a8c556f
2013-12-10 19:19:18 +09:00
Keisuke Kuroyanagi 03fdb22e7c am 60388956: Discard useless bigrams when overflowing.
* commit '603889561127457f553ca328d6b5bb392d921681':
  Discard useless bigrams when overflowing.
2013-12-10 01:52:57 -08:00
Keisuke Kuroyanagi 6038895611 Discard useless bigrams when overflowing.
Bug: 11734037
Change-Id: I339999dffc1902f62e0a6706d969c8f410bb656f
2013-12-10 18:49:28 +09:00
Keisuke Kuroyanagi c7f1074773 am 962d2c08: Discard useless unigrams when overflowing.
* commit '962d2c083aa137bfa6963c7da9cab018c81cb9ed':
  Discard useless unigrams when overflowing.
2013-12-10 01:48:31 -08:00
Keisuke Kuroyanagi 35dff6f9f2 am 2fdb62a6: Start using historical info for decaying.
* commit '2fdb62a6a28d769435fe5d48d8b997c3e9a083d5':
  Start using historical info for decaying.
2013-12-10 01:48:28 -08:00
Keisuke Kuroyanagi 962d2c083a Discard useless unigrams when overflowing.
Bug: 11734037
Change-Id: I5f991dd1f8fa79fd0c442be323d20c76b47ae22e
2013-12-10 18:37:06 +09:00
Keisuke Kuroyanagi 2fdb62a6a2 Start using historical info for decaying.
Bug: 11073222

Change-Id: Iad5f42d7268939df35589c4900bf6f4425adaa3f
2013-12-10 17:53:06 +09:00
Keisuke Kuroyanagi 725cb18957 am 26266bd5: Update historical info for GC.
* commit '26266bd53b06facd4ef7da3de6e0a52ea82b4482':
  Update historical info for GC.
2013-12-09 17:52:03 -08:00
Keisuke Kuroyanagi 26266bd53b Update historical info for GC.
Bug: 11073222

Change-Id: I08a61c02f9f5d527897095eee2de395f86050e2d
2013-12-09 21:02:41 +09:00
Keisuke Kuroyanagi 6b02622694 am ebb57c02: Move probability updating during GC to PtNodeWriter.
* commit 'ebb57c02c2c2dd97fab118b77cd9217e5ad03ec1':
  Move probability updating during GC to PtNodeWriter.
2013-12-09 03:53:37 -08:00
Keisuke Kuroyanagi ebb57c02c2 Move probability updating during GC to PtNodeWriter.
Bug: 11073222

Change-Id: Id452f953c4f72c4e83f6866a87be5f3766d00a31
2013-12-09 20:39:06 +09:00
Keisuke Kuroyanagi af049b4556 am 88af9eb8: Add willBecomeNonTerminal flag.
* commit '88af9eb862bf12b6d72f3d595708bd530ea03bfa':
  Add willBecomeNonTerminal flag.
2013-12-09 01:41:13 -08:00
Keisuke Kuroyanagi 58a7ecfc3f am 3ce4c17d: Update has shortcut targets and has bigrams flags.
* commit '3ce4c17d00c7e2c41b8dc7081cc1aeb29c75d8f4':
  Update has shortcut targets and has bigrams flags.
2013-12-09 01:41:09 -08:00
Keisuke Kuroyanagi 88af9eb862 Add willBecomeNonTerminal flag.
willBecomeNonTerminal flag is used during GC to indicate
the PtNode is no longer terminal, even though the PtNode has
terminal attributes.

Bug: 11073222
Change-Id: I2514bc4106fa7539201979affcfb713d2b8430a3
2013-12-09 09:23:02 +00:00
Keisuke Kuroyanagi 3ce4c17d00 Update has shortcut targets and has bigrams flags.
Bug: 11073222
Change-Id: I75db86c485138dd86256989f28e15abed58d154d
2013-12-09 18:01:41 +09:00
Keisuke Kuroyanagi 495f8fb3ef am 51b5936c: Merge "Support current time controlling for testing."
* commit '51b5936cb04114c2510eac07875b7619d243bad4':
  Support current time controlling for testing.
2013-12-09 00:16:54 -08:00
Keisuke Kuroyanagi 51b5936cb0 Merge "Support current time controlling for testing." 2013-12-09 08:13:45 +00:00
Keisuke Kuroyanagi 4c46faa074 Support current time controlling for testing.
Bug: 11073222
Change-Id: I8a0e96ea6711f1f1165209873d8d6a2a77008541
2013-12-09 16:58:43 +09:00
Keisuke Kuroyanagi 53fd2b8c38 am db3b4c30: Merge "Use FormatSpec.VERSION4 instead of 4 for unit tests."
* commit 'db3b4c30fd2e6f173ade424d479b64039ec9fe7b':
  Use FormatSpec.VERSION4 instead of 4 for unit tests.
2013-12-08 23:55:24 -08:00
Keisuke Kuroyanagi db3b4c30fd Merge "Use FormatSpec.VERSION4 instead of 4 for unit tests." 2013-12-09 07:53:35 +00:00
Keisuke Kuroyanagi ddef88d0bf Use FormatSpec.VERSION4 instead of 4 for unit tests.
Bug: 10197478
Change-Id: I330bfa3f45b9e282b49ccde7868d49676506f268
2013-12-09 16:38:28 +09:00
Keisuke Kuroyanagi 183bf8bb8d am 5ea2f297: Merge "Start updating historical information."
* commit '5ea2f2972ee3d04ecbf6a6cdad6d056a2d85bdfe':
  Start updating historical information.
2013-12-08 23:24:26 -08:00
Keisuke Kuroyanagi 5ea2f2972e Merge "Start updating historical information." 2013-12-09 07:22:29 +00:00
Keisuke Kuroyanagi 6c1382b4ae Start updating historical information.
Bug: 11073222

Change-Id: Ic74951f46af05d3edfe08fca37352c5d5c1047e0
2013-12-09 16:02:07 +09:00
Keisuke Kuroyanagi e63249b63b am 8317acad: Create dictionary with historical info for testing.
* commit '8317acad48e4894e55d75c2f117e127667c93d6c':
  Create dictionary with historical info for testing.
2013-12-08 22:56:15 -08:00
Keisuke Kuroyanagi 8317acad48 Create dictionary with historical info for testing.
Bug: 11073222
Change-Id: I3573badceaceb9f4660884a4b23c337c63103701
2013-12-09 15:48:30 +09:00
Keisuke Kuroyanagi 7b840bc41d am 0a213fd6: Merge "Start to support adding shortcuts."
* commit '0a213fd625e72a8d7d4ba7ed3cb995bf4888d9fb':
  Start to support adding shortcuts.
2013-12-08 21:37:41 -08:00
Keisuke Kuroyanagi 0a213fd625 Merge "Start to support adding shortcuts." 2013-12-09 05:35:29 +00:00
Keisuke Kuroyanagi 5f88c1e0f1 Start to support adding shortcuts.
Bug: 11073222
Bug: 11956652

Change-Id: Iea81603a140697594cfea4f4939e82cd1d3963ca
2013-12-09 13:05:44 +09:00
Keisuke Kuroyanagi 6b5a41c26e am 291db3d4: Introduce HistoricalInfo.
* commit '291db3d4b01d212965919522bbe73c83092c5272':
  Introduce HistoricalInfo.
2013-12-08 20:02:34 -08:00
Keisuke Kuroyanagi ee6be09e6d am c980b1bf: Move NOT_A_TIMESTAMP to defines.h
* commit 'c980b1bfa71bb6876e1f0887be187cb253dc8ba3':
  Move NOT_A_TIMESTAMP to defines.h
2013-12-08 19:09:39 -08:00
Keisuke Kuroyanagi 291db3d4b0 Introduce HistoricalInfo.
Bug: 11073222
Change-Id: I5220656a333c93d10163bd3dff71d011c8f6d965
2013-12-09 12:08:06 +09:00
Keisuke Kuroyanagi c980b1bfa7 Move NOT_A_TIMESTAMP to defines.h
Bug: 11073222
Change-Id: Id47af32f40b1a82fdf45628f2d0e37b99dca3921
2013-12-08 21:28:46 +09:00
Tadashi G. Takaoka de4460c157 am a2bbb121: Remove obsolete warning message
* commit 'a2bbb1213d41019b23b3df63dbfcaecdd0694ff6':
  Remove obsolete warning message
2013-12-07 02:06:02 -08:00
Tadashi G. Takaoka a2bbb1213d Remove obsolete warning message
This is a follow up of I5655c5703b.

Change-Id: I4a61689eb275b54648c6112c9f8709e4a9c35a5e
2013-12-07 18:59:13 +09:00
Ken Wakasa c5962b8ec2 am f925b1e3: Fix offdevice TRT build
* commit 'f925b1e34a37f78836c00d679524b9462a736b0d':
  Fix offdevice TRT build
2013-12-06 03:10:10 -08:00
Ken Wakasa f925b1e34a Fix offdevice TRT build
Change-Id: Idc2f3897e592433c13361bd8af94530d81621764
2013-12-06 19:46:33 +09:00
Tadashi G. Takaoka 696739803e am 4d02aa4e: Add punctuations letters to period key on tablet
* commit '4d02aa4e8c9e0d23cde9b02530d3036a78f11403':
  Add punctuations letters to period key on tablet
2013-12-06 01:43:37 -08:00
Tadashi G. Takaoka e7642112ca am 637ecce7: Merge "Consolidate multiple locales\' period key definition"
* commit '637ecce74c0221697b04243b13e83b276edf80d7':
  Consolidate multiple locales' period key definition
2013-12-06 01:43:34 -08:00
Tadashi G. Takaoka 4d02aa4e8c Add punctuations letters to period key on tablet
Bug: 11918360
Change-Id: I5655c5703bfcb541c9ff4b7e0da2f9b8e14947d0
2013-12-06 18:24:20 +09:00
Tadashi G. Takaoka 637ecce74c Merge "Consolidate multiple locales' period key definition" 2013-12-06 09:21:26 +00:00
Jean Chalard ffc4a1a7f6 am 90c91997: Merge "[RF4] Actually remove ver4 dicts"
* commit '90c9199753f8b08d2b1693c82e851ac74117c3d9':
  [RF4] Actually remove ver4 dicts
2013-12-06 00:58:23 -08:00
Keisuke Kuroyanagi adc3b3d6ed am fc16c320: Merge "Add a jni method to fetch unigram information."
* commit 'fc16c320c6e759974308272e6c66a6921141b384':
  Add a jni method to fetch unigram information.
2013-12-06 00:55:00 -08:00
Jean Chalard 90c9199753 Merge "[RF4] Actually remove ver4 dicts" 2013-12-06 08:54:33 +00:00
Keisuke Kuroyanagi fc16c320c6 Merge "Add a jni method to fetch unigram information." 2013-12-06 08:53:21 +00:00
Keisuke Kuroyanagi 9fb28f78f7 Add a jni method to fetch unigram information.
Bug: 11956652

Change-Id: I59f1823bbc0146f6d2f34cbed8166bb6de197208
2013-12-06 17:17:38 +09:00
Tadashi G. Takaoka 2b1e904195 am 5bf55a86: Return null if "!text/" reference is an empty text
* commit '5bf55a86d0dd55ade42833fdb7cf654b2aeddb4e':
  Return null if "!text/" reference is an empty text
2013-12-06 00:11:08 -08:00
Jean Chalard c5db41a9d5 [RF4] Actually remove ver4 dicts
And fix a couple bugs.

Bug: 11281748
Change-Id: If07953a4b1ff9eb1165af03fdb332d7e47cd8f32
2013-12-06 17:07:59 +09:00