1. 01 Oct, 2020 5 commits
  2. 30 Sep, 2020 2 commits
  3. 29 Sep, 2020 6 commits
  4. 28 Sep, 2020 7 commits
  5. 25 Sep, 2020 7 commits
  6. 24 Sep, 2020 2 commits
  7. 23 Sep, 2020 1 commit
  8. 22 Sep, 2020 1 commit
  9. 19 Sep, 2020 1 commit
  10. 18 Sep, 2020 6 commits
  11. 17 Sep, 2020 2 commits
    • Przemyslaw Kaminski's avatar
      fe89cd5f
    • 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