Skip to content
Snippets Groups Projects
  1. Nov 12, 2014
  2. 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
  3. Oct 28, 2014
  4. Oct 24, 2014
  5. Oct 23, 2014
  6. Oct 22, 2014
  7. 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
  8. Oct 20, 2014
  9. Oct 09, 2014
  10. Oct 06, 2014
  11. 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
  12. Oct 02, 2014
  13. Oct 01, 2014
  14. Sep 26, 2014
  15. Aug 21, 2014
  16. Jun 24, 2014
  17. May 23, 2014
  18. May 14, 2014
  19. May 09, 2014
  20. Mar 28, 2014
  21. Mar 27, 2014
  22. Mar 06, 2014
  23. Mar 05, 2014
  24. Feb 28, 2014
  25. Feb 27, 2014
  26. Feb 26, 2014
  27. Feb 24, 2014
  28. Feb 21, 2014
    • Keisuke Kuroyanagi's avatar
      Fix: file descriptor leaking. · d24a99cf
      Keisuke Kuroyanagi authored
      File descriptors will be closed in
      BinaryDictionary.finalize(); but, this leads to unit test fails.
      
      Bug: 13066902
      Change-Id: I2b0d3e54ee91fa844530df54596f86bbbbac81a5
      d24a99cf
  29. Feb 20, 2014
  30. Feb 19, 2014
  31. Feb 15, 2014
  32. Feb 14, 2014
Loading