1. 26 Jan, 2021 1 commit
  2. 22 Jan, 2021 1 commit
  3. 19 Jan, 2021 1 commit
  4. 18 Jan, 2021 3 commits
  5. 04 Jan, 2021 1 commit
  6. 31 Dec, 2020 1 commit
  7. 18 Dec, 2020 1 commit
  8. 08 Dec, 2020 1 commit
  9. 04 Dec, 2020 2 commits
  10. 27 Nov, 2020 1 commit
  11. 26 Nov, 2020 1 commit
  12. 23 Nov, 2020 1 commit
  13. 17 Nov, 2020 1 commit
  14. 12 Nov, 2020 1 commit
  15. 06 Nov, 2020 1 commit
  16. 05 Nov, 2020 1 commit
  17. 30 Oct, 2020 1 commit
  18. 29 Oct, 2020 1 commit
  19. 26 Oct, 2020 2 commits
  20. 19 Oct, 2020 1 commit
  21. 14 Oct, 2020 1 commit
  22. 13 Oct, 2020 1 commit
  23. 12 Oct, 2020 1 commit
  24. 10 Oct, 2020 1 commit
  25. 01 Oct, 2020 1 commit
  26. 29 Sep, 2020 1 commit
  27. 28 Sep, 2020 1 commit
  28. 25 Sep, 2020 2 commits
  29. 17 Sep, 2020 1 commit
    • Przemyslaw Kaminski's avatar
      [ngrams] NgramsTerm normalization · e6d5a03f
      Przemyslaw Kaminski authored
      It is not enough to normalize terms on the backend, because the frontend
      isn't fully aware of this (there isn't a "corrected" patch being sent,
      after the term is committed). Therefore we perform some normalization
      here (stripping spaces). However the `normNgram` function is used both
      for sending terms and highlighting them later. Too much normalization
      will lead to incorrect highlights.
      e6d5a03f
  30. 15 Sep, 2020 1 commit
  31. 14 Sep, 2020 1 commit
  32. 09 Sep, 2020 1 commit
  33. 08 Sep, 2020 1 commit
  34. 05 Sep, 2020 1 commit
    • Przemyslaw Kaminski's avatar
      [ngrams] fix cache API · d9830525
      Przemyslaw Kaminski authored
      Turns out caches.delete() didn't return a promise.
      
      Also small improvements to Ngrams get (use ngrams get all endpoint).
      d9830525
  35. 27 Aug, 2020 1 commit