Skip to content
Snippets Groups Projects
  1. Jul 10, 2012
  2. Jun 29, 2012
  3. Jun 27, 2012
  4. Jun 26, 2012
  5. Jun 25, 2012
  6. May 29, 2012
  7. May 16, 2012
  8. May 12, 2012
  9. Apr 23, 2012
    • Jean Chalard's avatar
      Pass words as int[] to the native code. · 522a04ea
      Jean Chalard authored
      We need to get the bigrams during the call to getSuggestions for
      bug#6313806. We already give an int[] to getSuggestions and we
      wanted to get rid of char[]'s anyway because it doesn't work with
      surrogate pairs, so here we go.
      
      Bug: 6313806
      Change-Id: I56ce99f1db6b3302cdf42f0527343bded837091e
      522a04ea
  10. Apr 17, 2012
  11. Apr 11, 2012
  12. Apr 06, 2012
  13. Apr 04, 2012
  14. Mar 28, 2012
  15. Mar 27, 2012
    • satok's avatar
      ongoing cleanup 2 · 01ab7c8b
      satok authored
      Change-Id: I66b61cbe491cf8375144e834390beae3209a777d
      01ab7c8b
  16. Mar 23, 2012
  17. Mar 21, 2012
  18. Mar 08, 2012
  19. Feb 16, 2012
  20. Jan 26, 2012
  21. Jan 12, 2012
  22. Oct 31, 2011
  23. Oct 04, 2011
  24. Sep 30, 2011
    • Jean Chalard's avatar
      Make use of the FULL_EDIT_DISTANCE flag. · 673cebf9
      Jean Chalard authored
      In effect, this stops the spell checker from suggesting overly
      long words.
      More precisely, it takes advantage of the new facility that
      takes into account the whole length of the dictionary word when
      computing scores, so words much longer than the input word will
      see their score demoted accordingly.
      
      Bug: 5384578
      Change-Id: I326cd7c87c3080e7fa8729f78517f8ba13672a9b
      673cebf9
  25. Sep 29, 2011
  26. Aug 04, 2011
  27. Jun 02, 2011
  28. Apr 27, 2011
    • Jean Chalard's avatar
      Create a dictionary collection and a dictionary factory. · 4250eb27
      Jean Chalard authored
      The dictionary collection is a class complying to the Dictionary
      interface that acts as a front end to a collection of arbitrarily many
      dictionaries of any type.
      The dictionary factory is a helper class for creating various
      dictionaries and get some meta information about them.
      
      At the same time, this change makes the BinaryDictionary class
      not a singleton any more.
      
      This also needs I9afe61a9 to not break the build.
      
      Change-Id: I61fdcc4867fcda18342807bf1865e6e46979e5d5
      4250eb27
  29. Apr 26, 2011
    • Jean Chalard's avatar
      Fix Eclipse warnings. · 0c8d5ca0
      Jean Chalard authored
      This change is only there to fix warning issued by Eclipse.
      It should have absolutely no impact on the program logic.
      
      Change-Id: Ie0e242ac6c167297d33de19902340b0f6ecae9e1
      0c8d5ca0
  30. Apr 22, 2011
Loading