1. 26 Jun, 2024 1 commit
  2. 21 Mar, 2024 1 commit
  3. 14 Mar, 2024 1 commit
  4. 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
  5. 07 Mar, 2024 1 commit
  6. 04 Mar, 2024 1 commit
  7. 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
  8. 13 Feb, 2024 1 commit
  9. 04 Dec, 2023 1 commit
    • Alfredo Di Napoli's avatar
      Drop-in panicTrace function · 8e43cc9e
      Alfredo Di Napoli authored
      This commit adds a `panicTrace` function to be used as a drop-in
      replacement of the `panic` function, with the difference that we
      wrap the error in a `WithStacktrace` error, to be later caught
      and logged.
      8e43cc9e
  10. 07 Nov, 2023 1 commit
  11. 27 Oct, 2023 4 commits
  12. 26 Oct, 2023 1 commit
  13. 25 Oct, 2023 1 commit
  14. 16 Oct, 2023 1 commit
  15. 13 Oct, 2023 1 commit
  16. 12 Oct, 2023 1 commit
  17. 11 Oct, 2023 1 commit
  18. 10 Oct, 2023 3 commits
  19. 02 Oct, 2023 4 commits