- 02 Oct, 2025 1 commit
-
-
Fabien Maniere authored
-
- 01 Oct, 2025 2 commits
-
-
Fabien Maniere authored
Break loops in Ngrams graphs Closes #513 See merge request !453
-
Alfredo Di Napoli authored
Account for the fact we can now import ngrams terms containing loops.
-
- 30 Sep, 2025 1 commit
-
-
Alfredo Di Napoli authored
components) This commit rewrites the logic behind `buildForest` to build first a graph, discovering loops in there (via the strongly-connected components machinery) and finally converting the DAG (freshly-made so) into a Forest.
-
- 29 Sep, 2025 12 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit introduces the `OnLoopDetectedStrategy` type and does a slight refactoring so that we can "plug in" algorithms to break loops during our forest search. It also introduces a test, which at the moment is failing, that we can actually break a loop.
-
Alfredo Di Napoli authored
-
Fabien Maniere authored
Resolve "On IMT Instance : Error message or crashes when changing the status of terms in large batch" See merge request !445
-
Alfredo Di Napoli authored
-
Fabien Maniere authored
Concurrent queries in NLP See merge request !451
-
Fabien Maniere authored
"[Server slowness] With the dev branch on the dev instance, we're experiencing a real slowness" See merge request !430
-
Fabien Maniere authored
Resolve "[Server slowness] With the dev branch on the dev instance, we're experiencing a real slowness" (JobInfo changes) See merge request !429
-
Alfredo Di Napoli authored
This commit introduces the `OnLoopDetectedStrategy` type and does a slight refactoring so that we can "plug in" algorithms to break loops during our forest search. It also introduces a test, which at the moment is failing, that we can actually break a loop.
-
Alfredo Di Napoli authored
[The previous revert was a wrong track] Revert "Merge branch 'revert-97441f3d' into 'dev'" See merge request !450
-
- 26 Sep, 2025 1 commit
-
-
Przemyslaw Kaminski authored
Also, implement pure `mapConcurrently` in extract ngrams, as it's closely related to chunk size.
-
- 24 Sep, 2025 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 23 Sep, 2025 3 commits
-
-
Fabien Maniere authored
This reverts merge request !449
-
Fabien Maniere authored
Revert "Merge branch 'adinapoli/issue-504' into 'dev'" See merge request !449
-
Fabien Maniere authored
This reverts merge request !439
-
- 18 Sep, 2025 6 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Fabien Maniere authored
-
Fabien Maniere authored
Dev allow for api error in flow See merge request !440
-
Fabien Maniere authored
Dev worker fixes See merge request !447
-
Fabien Maniere authored
Dev add option to notify users See merge request !438
-
- 17 Sep, 2025 4 commits
-
-
Fabien Maniere authored
Keep only the roots in searchTableNgrams See merge request !439
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 16 Sep, 2025 2 commits
-
-
Fabien Maniere authored
-
Fabien Maniere authored
[query] a prefixed query like ~prefix should transform to 'prefix', not '"prefix' See merge request !443
-
- 12 Sep, 2025 6 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This prevents multiple workers getting the same job at the moment it times out.
-
Alfredo Di Napoli authored
In particular: * In ngrams search tests where we were comparing the total number of results returned, we need to account only for the roots, because the total number we would be returning from the pagination would be higher, as it would include children, in some cases; * In the `AcyclipTableMap` generator, the roots we generate need to be so (i.e. `_ne_root` and `_ne_parent` must be `Nothing`).
-
Alfredo Di Napoli authored
After we rewrote `destroyForest`, it means that in normal conditions we are going to output roots followed by their nodes (in in-order ordering), so the test outputs need adjustments.
-