- 13 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 12 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 06 Oct, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 02 Oct, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 12 Sep, 2023 2 commits
-
-
Alfredo Di Napoli authored
This commit also uses a temporary fork of boolexpr. It allows to parse certain terms like "Niki" without choking.
-
Alfredo Di Napoli authored
-
- 07 Sep, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 01 Sep, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 28 Aug, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 21 Aug, 2023 1 commit
-
-
Alfredo Di Napoli authored
Fixes #258 This commit fixes the issue of the "empty Ngrams". The culprit was a bug in the `arxiv-api` package, which was fixed by: gargantext/crawlers/arxiv-api!2 (commits) In a nutshell, due to the fact the relevant `Conduit` was never completing, it was blocking the `flow` function, which was endlessly waiting for the last part of the results to arrive. Hence we were never calling the `flowCorpusUser`, which is the function responsible for generating the Ngrams.
-
- 08 Aug, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Also, some openalex fixes.
-
- 28 Jul, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 27 Jul, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 26 Jul, 2023 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 10 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 30 Jun, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 29 Jun, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 28 Jun, 2023 1 commit
-
-
Przemyslaw Kaminski authored
-
- 27 Jun, 2023 1 commit
-
-
Alfredo Di Napoli authored
-
- 09 Feb, 2023 1 commit
-
-
Przemyslaw Kaminski authored
Remove joins, use optionalRestrict instead. Also, remove cabal.project because stack.yaml and package.yaml cover dependencies already.
-
- 16 Aug, 2022 1 commit
-
-
Alp Mestanogullari authored
-
- 30 Jul, 2022 1 commit
-
-
Alp Mestanogullari authored
-
- 09 Feb, 2022 1 commit
-
-
Alp Mestanogullari authored
-
- 10 Dec, 2021 1 commit
-
-
Alexandre Delanoë authored
-
- 06 Dec, 2021 1 commit
-
-
Alp Mestanogullari authored
-
- 28 Oct, 2021 1 commit
-
-
Alp Mestanogullari authored
-
- 22 Jun, 2021 1 commit
-
-
Alp Mestanogullari authored
I revamped the whole Nix infrastructure a bit to clearly delineate the bits about providing a suitable environment (with respect to non Haskell deps) and the shell and stack helper expressions, and moved it all under `nix/` to make it easier to ignore (if not interested) or focus on (if interested) the Nix infrastructure of this repository. For some reason, this required changes that don't seem necessary in the Docker environment, even though this all happens using the same GHC version as used in the Docker environment/Stackage LTS snapshot. The said changes correspond to the source repositories mentioned in the cabal.project and stack.yaml files that have not been left untouched, for which I either pointed to a fork I made, or a different commit that I pushed in a dedicated branch (for the ISCPIF gitlab repositories to which I seemingly have write access). Many of the changes were about Haddock `-- |` style syntax being used in an unexpected place, and this was making GHC's parser quite sad. This commit doesn't (yet?) provide Nix infrastructure for building everything in/through Nix, but shouldn't be too much work with something like haskell.nix, which has suitable tooling to import stack.yaml or cabal.project based project specifications and turn them into fully nixified builds, which might or might not be desirable.
-