Skip to content
Snippets Groups Projects
  1. Mar 07, 2024
  2. Jul 06, 2023
  3. Apr 02, 2015
  4. Mar 31, 2015
  5. Mar 24, 2015
  6. Mar 20, 2015
    • Dan Zivkovic's avatar
      Retire Delight2 migration code to speed up tests. · c15bbb52
      Dan Zivkovic authored
      We're waiting 10 minutes for tests to run, and half of that time is spent in
      depreacted code related to migration of Delight2 dictionary files.
      LatinIME will never migrate another Delight2 dictionary file again, so we can
      delete this code.
      
      Change-Id: I05c7d8429e8d9a26139456763c77997340fea8c2
      c15bbb52
  7. Mar 13, 2015
  8. Mar 09, 2015
  9. Feb 26, 2015
  10. Feb 19, 2015
    • Dan Zivkovic's avatar
      Sanitize the usage of executors. · 0b03f13c
      Dan Zivkovic authored
      There should be 1 executor each for static and dynamic language models.
      This prevents too many dynamic LM updates from running in parallel,
      competing for resources.
      
      Change-Id: I8ec439e0ea2d92fba275bc20a0b8c9193346a0c1
      0b03f13c
  11. Feb 11, 2015
  12. Feb 09, 2015
  13. Feb 05, 2015
  14. Dec 09, 2014
  15. Nov 26, 2014
    • Jatin Matani's avatar
      Hook for fetching sync content from UserHistoryDict · 12d63820
      Jatin Matani authored
      Add API to ExpandableBinaryDictionary to dump content
      from a given dictionary. We use this for dumping data
      for sync process.
      
      Refactored UserHistoryDictionaryTests to scrap out the util
      methods for testing. These utility methods would be used
      for testing sync + user dictionary code in LatinIMEGoogleTests
      
      Bug:18106539
      Change-Id: I357f9192ea1bd69a526d0b620c25616a2e8e9d5b
      12d63820
  16. Nov 07, 2014
  17. Oct 31, 2014
    • Keisuke Kuroyanagi's avatar
      Update v4 format version from 402 to 403. · ea468cc9
      Keisuke Kuroyanagi authored
      Without personalization:
      Total words: 1134774, Success Num: 899230, Success Percentage: 79.243%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1871, Bad Failure Percentage: 0.165%
      Failures, with auto-correction (F-C): 29084, F-C Percentage: 2.563%
      Max Keystrokes: 6072959, Min Keystrokes: 4436090, Keystroke Saving Percentage:26.953%
      
      Before:
      Total words: 1134646, Success Num: 925194, Success Percentage: 81.540%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1316, Bad Failure Percentage: 0.116%
      Failures, with auto-correction (F-C): 28288, F-C Percentage: 2.493%
      Max Keystrokes: 6072831, Min Keystrokes: 3946188, Keystroke Saving Percentage:35.019%
      
      After
      Total words: 1134659, Success Num: 944746, Success Percentage: 83.263%
      Bad Failures, with auto-correction (typed word == expected word, output word != expected word): 1258, Bad Failure Percentage: 0.111%
      Failures, with auto-correction (F-C): 28016, F-C Percentage: 2.469%
      Max Keystrokes: 6072844, Min Keystrokes: 3387333, Keystroke Saving Percentage:44.222%
      
      Change-Id: I3af42ec37a11847c0429c28616e726f6a339247f
      ea468cc9
  18. Oct 29, 2014
  19. Oct 23, 2014
  20. Oct 21, 2014
    • Tadashi G. Takaoka's avatar
      Fix some compiler warnings · 5f00fe09
      Tadashi G. Takaoka authored
      This CL fixes the following compiler warnings.
      
      - Indirect access to static member
      - Access to a non-accessible member of an enclosing type
      - Parameter assignment
      - Method can be static
      - Local variable declaration hides another field or variable
      - Value of local variable is not used
      - Unused import
      - Unused private member
      - Unnecessary 'else' statement
      - Unnecessary declaration of throw exception
      - Redundant type arguments
      - Missing '@Override' annotation
      - Unused '@SuppressWarning' annotations
      
      Bug: 18003991
      Change-Id: Icfebe753e53a2cc621848f769d6a3d7ce501ebc7
      5f00fe09
    • Adrian Velicu's avatar
      Renaming "blacklist" flag to "possibly offensive" · 05172bf1
      Adrian Velicu authored
      No behaviour changes.
      Unified the overloaded FusionDictionary::add method to always take an
      isPossiblyOffensive argument.
      
      Bug: 11031090
      Change-Id: I5741a023ca1ce842d2cf10d4f6c926b0efabaa78
      05172bf1
  21. Oct 20, 2014
  22. Oct 06, 2014
  23. Sep 29, 2014
  24. Sep 22, 2014
  25. Sep 19, 2014
    • Jean Chalard's avatar
      [ML8] Add a language weight · 6da9b211
      Jean Chalard authored
      ...and rename an improperly named normalization value
      
      Bug: 11230254
      Change-Id: I0f5633148a9f66dbfd7d28540b8a8985131c4549
      6da9b211
  26. Sep 16, 2014
  27. Sep 01, 2014
  28. Aug 22, 2014
  29. Aug 12, 2014
  30. Aug 07, 2014
  31. Jul 08, 2014
  32. Jun 25, 2014
  33. Jun 24, 2014
  34. Jun 20, 2014
  35. Jun 12, 2014
Loading