1. 30 Jul, 2024 1 commit
  2. 14 Mar, 2024 1 commit
  3. 11 Mar, 2024 2 commits
    • 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
  4. 07 Mar, 2024 1 commit
  5. 04 Mar, 2024 1 commit
  6. 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
  7. 10 Oct, 2023 3 commits
  8. 02 Oct, 2023 2 commits
  9. 12 Sep, 2023 2 commits
  10. 04 Sep, 2023 2 commits