- 04 Sep, 2023 5 commits
-
-
Alfredo Di Napoli authored
We now require CoreNLP listening on port :9000. We will have to find a way to spin that up in CI as well.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit refactors the codebase to add a new function called `addDocumentsToHyperCorpus` which generalises the common pattern of calling `insertMasterDocs` and later adding the documents via the DB `Doc` functions. It also "lowers" some functions to run into a plain `DBCmd`.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 01 Sep, 2023 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
- 31 Aug, 2023 2 commits
-
-
Alfredo Di Napoli authored
Alas I (Alfredo) had to split the runners for tasty and hspec because in tasty we cannot control explicitly the level of parallelism, but for the DB stuff we need sequential tests, whereas for the Jobs tests we need parallelism, or rather the executable to be compiled with `-threaded`.
-
Alfredo Di Napoli authored
-
- 28 Aug, 2023 8 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
This was removed from `dev` and was causing the DB tests to fail.
-
Alfredo Di Napoli authored
-
- 24 Aug, 2023 1 commit
-
-
Alexandre Delanoë authored
-
- 23 Aug, 2023 8 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 21 Aug, 2023 2 commits
-
-
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.
-
Alfredo Di Napoli authored
-
- 14 Aug, 2023 2 commits
-
-
Fabien Manière authored
-
Fabien Manière authored
-
- 09 Aug, 2023 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 08 Aug, 2023 5 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, use ISO639 languages in some places.
-
Karen Konou authored
-
Przemyslaw Kaminski authored
Also, some openalex fixes.
-
Przemyslaw Kaminski authored
-
- 28 Jul, 2023 1 commit
-
-
Alfredo Di Napoli authored
-