1. 03 Jun, 2024 2 commits
  2. 09 May, 2024 1 commit
  3. 16 Apr, 2024 1 commit
  4. 15 Apr, 2024 1 commit
  5. 08 Apr, 2024 5 commits
  6. 02 Apr, 2024 2 commits
  7. 25 Mar, 2024 8 commits
  8. 21 Mar, 2024 1 commit
  9. 18 Mar, 2024 1 commit
  10. 14 Mar, 2024 1 commit
  11. 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
  12. 11 Mar, 2024 3 commits
    • Przemyslaw Kaminski's avatar
      [ngrams] fix for json/csv upload for older terms · a13df89f
      Przemyslaw Kaminski authored
      Also, some test refactoring and add servant-client to tests.
      a13df89f
    • Alfredo Di Napoli's avatar
    • Alfredo Di Napoli's avatar
      Add unified stemming interface · 2941ac6e
      Alfredo Di Napoli authored
      This commit refactors ever so slightly the '.Stem' modules to create a
      unified interface; now Gargantext.Core.Text.Terms.Mono.Stem exports a
      single 'stem' function which can be used with different
      `StemmingAlgorithm`s, and now the other algorithms' functions have been
      shielded behind internal modules.
      
      This makes possible to see at glance which part of Garg are using which
      stemming algorithm, as it wasn't always clearer before.
      
      This also allows us to have a better control over the langugages, as not
      all the stemming algorithms supports all the languages that Garg
      supports.
      2941ac6e
  13. 07 Mar, 2024 1 commit
  14. 05 Mar, 2024 2 commits
  15. 04 Mar, 2024 3 commits
  16. 28 Feb, 2024 1 commit
  17. 27 Feb, 2024 1 commit
  18. 26 Feb, 2024 2 commits
  19. 14 Feb, 2024 1 commit
    • Przemyslaw Kaminski's avatar
      [search] fix to_tsquery call · 6b9588b1
      Przemyslaw Kaminski authored
      When user searched for a phrase with space inside, in database, the
      'to_tsquery' function raised an sql error. One should use
      'plainto_tsquery'. Also, a proper test was added.
      6b9588b1
  20. 13 Feb, 2024 1 commit
  21. 06 Feb, 2024 1 commit