1. 09 Sep, 2024 1 commit
    • Grégoire Locqueville's avatar
      Remove useless code, dependencies, warnings · 802e0cdf
      Grégoire Locqueville authored
      - Re-enable orphan warnings that were manually disabled in many modules
      - Remove non-Haskell files that were just sitting in the source tree
      - Remove modules that were not called from anywhere
      - Remove unused dependencies
      
      This is not exhaustive by any means. In particular, some more weeding out
      can be achieved by looking at individual functions and even branches of
      functions. Weeder can help with that.
      802e0cdf
  2. 05 Sep, 2024 1 commit
  3. 04 Sep, 2024 2 commits
  4. 29 Aug, 2024 1 commit
  5. 28 Aug, 2024 2 commits
  6. 19 Aug, 2024 2 commits
  7. 15 Jul, 2024 1 commit
  8. 04 Jul, 2024 1 commit
    • Alfredo Di Napoli's avatar
      Move GargConfig into gargantext · 9632276f
      Alfredo Di Napoli authored
      This commit moves `GargConfig` and the other config-related
      data structures back into gargantext, so that they can be edited
      and expanded without needing to worry about the prelude project.
      9632276f
  9. 26 Jun, 2024 6 commits
  10. 17 Jun, 2024 2 commits
  11. 25 May, 2024 1 commit
  12. 15 Apr, 2024 1 commit
  13. 09 Apr, 2024 1 commit
  14. 02 Apr, 2024 1 commit
  15. 27 Mar, 2024 1 commit
  16. 25 Mar, 2024 2 commits
  17. 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
  18. 21 Mar, 2024 1 commit
  19. 20 Mar, 2024 1 commit
  20. 14 Mar, 2024 1 commit
  21. 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
  22. 11 Mar, 2024 1 commit
    • 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
  23. 07 Mar, 2024 1 commit
  24. 04 Mar, 2024 1 commit
  25. 15 Feb, 2024 1 commit
  26. 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
  27. 13 Feb, 2024 1 commit
  28. 22 Jan, 2024 1 commit
  29. 09 Jan, 2024 1 commit
  30. 04 Dec, 2023 1 commit