1. 22 Mar, 2024 1 commit
    • Przemyslaw Kaminski's avatar
      [ngrams] fix postag_algo (#169) · 445ba8f1
      Przemyslaw Kaminski authored
      We had CoreNLP hardcoded, however with Spacy this resulted in
      selectLems returning no entries, because the algo_id from DB didn't
      match. Hence no singulars grouping.
      445ba8f1
  2. 21 Mar, 2024 1 commit
  3. 20 Mar, 2024 1 commit
  4. 18 Mar, 2024 2 commits
  5. 16 Mar, 2024 1 commit
  6. 14 Mar, 2024 5 commits
  7. 12 Mar, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Modify Query nodes to be [QueryTerm] · 1798aab8
      Alfredo Di Napoli authored
      This paves the way to a more effective search in corpus by modifying the
      internal "leaves" type of the `Query` type from a `Term` to a new type
      called `QueryTerm`, which can either be an extact match or a partial
      match, which can be rendered into a proper Postgres TS query via the
      ":*" syntax.
      1798aab8
  8. 11 Mar, 2024 6 commits
  9. 07 Mar, 2024 2 commits
  10. 05 Mar, 2024 6 commits
  11. 04 Mar, 2024 13 commits
  12. 01 Mar, 2024 1 commit