Skip to content
Snippets Groups Projects
  1. Oct 25, 2012
  2. Oct 24, 2012
  3. Oct 23, 2012
    • Jean Chalard's avatar
      Return the correct bigram frequency · c59c7419
      Jean Chalard authored
      The "correct" bigram frequency is now returned by the reading
      code. However, as the binary format represents the frequency
      in a lossy manner, the frequency is not guaranteed to be the
      exact same as the one in the source text format - only a close
      enough value. It is however the exact same value seen by the
      native code.
      
      Bug: 7395653
      Change-Id: I49199ef18901c671189912b3550623e9643baedd
      c59c7419
    • Jean Chalard's avatar
      Fix the build. · 1e0cc86b
      Jean Chalard authored
      It seems this change snuck out from a previous version.
      
      Change-Id: I9c33d51273732b1d55bfd60f0957184c86fa88ab
      1e0cc86b
    • Jean Chalard's avatar
      Add reader and writer for the combined dict format. · 9bb4eebf
      Jean Chalard authored
      This introduces a new textual format for the dictionary that combines
      words, bigrams and shortcuts to avoid complexity. It is also extensible
      to n-grams to fool-prof for the future, and easier to read than XML.
      
      Bug: 7388540
      Change-Id: I942bbad51bd0c905a5a54c278667563fd6dd66ec
      9bb4eebf
    • Jean Chalard's avatar
      Don't put spaces after characters that don't take one · f960eb18
      Jean Chalard authored
      Bug: 7393639
      Change-Id: I1245a7b5077e554642838d6856ce269ca7f91988
      f960eb18
  4. Oct 22, 2012
  5. Oct 18, 2012
  6. Oct 17, 2012
  7. Oct 16, 2012
  8. Oct 12, 2012
  9. Oct 11, 2012
  10. Oct 09, 2012
  11. Oct 07, 2012
  12. Oct 06, 2012
  13. Oct 05, 2012
  14. Oct 04, 2012
  15. Oct 03, 2012
Loading