Skip to content
Snippets Groups Projects
  1. 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
  2. Mar 16, 2015
    • Dan Zivkovic's avatar
      Don't test format version 403 twice. · 52dafe8c
      Dan Zivkovic authored
      BinaryDictionaryTests runs all tests 3 times for 3 format verisons.
      Cut that number down by 33% to speed things up.
      
      Change-Id: I8a2f78017fa30f46b5873dcf6a5f478f57af2ebd
      52dafe8c
  3. Feb 27, 2015
  4. Feb 21, 2015
  5. Feb 11, 2015
  6. Feb 05, 2015
  7. Nov 21, 2014
  8. Nov 12, 2014
  9. 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
    • Adrian Velicu's avatar
      Update unit tests for new static dict version. · 88480f39
      Adrian Velicu authored
      Bug: 11031090
      Change-Id: Ifd7b241f1a0a30678ca7de97cc6e96927a9b5c8f
      88480f39
    • Adrian Velicu's avatar
      Using "blacklist" flag as "possibly offensive" · 7c87859d
      Adrian Velicu authored
      Bug: 11031090
      Change-Id: I5cc0d006ab003656498eb82b0875eb9c051d331e
      7c87859d
  10. Oct 28, 2014
  11. Oct 24, 2014
  12. Oct 23, 2014
  13. Oct 22, 2014
  14. 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
  15. Oct 20, 2014
  16. Oct 09, 2014
  17. Oct 06, 2014
  18. Oct 03, 2014
    • Jean Chalard's avatar
      Fix a behavior change in dicttool · b28d1cc4
      Jean Chalard authored
      The behavior change was introduced by I8b3458ad. Concretely,
      empty bigram lists would end up as empty lists instead of null.
      
      Change-Id: Ibcdf7e6aabc6aba3f5db0477335882394e050ce5
      b28d1cc4
  19. Oct 02, 2014
  20. Oct 01, 2014
  21. Sep 26, 2014
  22. Aug 21, 2014
  23. Jun 24, 2014
  24. May 23, 2014
  25. May 14, 2014
  26. May 09, 2014
  27. Mar 28, 2014
  28. Mar 27, 2014
  29. Mar 06, 2014
  30. Mar 05, 2014
  31. Feb 28, 2014
  32. Feb 27, 2014
  33. Feb 26, 2014
Loading