1. 11 May, 2024 2 commits
  2. 09 May, 2024 1 commit
  3. 16 Apr, 2024 1 commit
  4. 09 Apr, 2024 1 commit
  5. 08 Apr, 2024 3 commits
  6. 03 Apr, 2024 1 commit
  7. 02 Apr, 2024 2 commits
  8. 27 Mar, 2024 1 commit
  9. 25 Mar, 2024 5 commits
  10. 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
  11. 21 Mar, 2024 1 commit
  12. 20 Mar, 2024 1 commit
  13. 18 Mar, 2024 2 commits
  14. 14 Mar, 2024 1 commit
  15. 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
  16. 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
      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
    • Alfredo Di Napoli's avatar
      Drop 'All' data constructor from 'Lang' · 63fcd605
      Alfredo Di Napoli authored
      Removing the `All` data constructor from  the `Lang` datatype has
      several benifits, the main one being that we now have total functions
      for things like `toISO693`.
      
      This will make possible to write an uniform interface for stemming
      `stem :: Lang -> StemmingAlgorithm -> T.Text -> T.Text`, as now
      `Lang` will always map to a valid (ISO693) language.
      63fcd605
  17. 07 Mar, 2024 1 commit
  18. 04 Mar, 2024 8 commits
  19. 28 Feb, 2024 1 commit
  20. 27 Feb, 2024 2 commits
  21. 22 Feb, 2024 1 commit