- 02 Aug, 2025 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 01 Aug, 2025 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 31 Jul, 2025 3 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Resolve "[Node Terms] On multiple Map terms, if the first term is already a map term, the count of the multiple map term is to zero" Closes #471 See merge request !414
-
- 30 Jul, 2025 1 commit
-
-
Przemyslaw Kaminski authored
Ref #488
-
- 29 Jul, 2025 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 28 Jul, 2025 3 commits
-
-
Przemyslaw Kaminski authored
[BREAKING] refactoring of fc_url Closes #465 See merge request !405
-
Alfredo Di Napoli authored
Forest of trees: restore hierarchical grouping of terms Closes #313 See merge request !424
-
Alfredo Di Napoli authored
Generalise fully 'GeneralisedNgramsTree' and add more commentary.
-
- 25 Jul, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 23 Jul, 2025 3 commits
-
-
Fabien Maniere authored
-
Fabien Maniere authored
[sqlite] improve performance of sqlite generation by proper PRAGMA See merge request !431
-
Przemyslaw Kaminski authored
Also, force WAL checkpoint at the end, otherwise the DB might be incomplete.
-
- 22 Jul, 2025 1 commit
-
-
Alfredo Di Napoli authored
-
- 21 Jul, 2025 2 commits
-
-
Alfredo Di Napoli authored
This commit generalises the API we have seen for Ngrams and NgramsElement to Ngrams and NgramsRepoElement, making it suitable for the NodeStory manipulations. Furthermore, we use zippers to efficiently traverse forests. This paves the way for a more disciplined way of handling forests of ngrams.
-
Alfredo Di Napoli authored
-
- 17 Jul, 2025 4 commits
-
-
Fabien Maniere authored
Revert "Merge branch 'adinapoli/bump-process' into 'dev'" See merge request !427
-
Fabien Maniere authored
This reverts merge request !426
-
Fabien Maniere authored
Update process library to 1.6.26.1 See merge request !426
-
Alfredo Di Napoli authored
-
- 14 Jul, 2025 9 commits
-
-
Alfredo Di Napoli authored
It turns out that we don't need to call `pruneForest` inside `searchtableNgrams`. After all, we are just displaying information that should be correct in the database from the get-go, so why we would need any of that? It turns out that the fix for #313 to support duplicated ngrams during importing broke hierarchical grouping. I have just temporarily commented out the code and I need to find a fix, better also writing a test to ensure that grouping will still work in the future.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This function allows us to keep only the roots, and discard the redundant children after building a 'Forest'.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
I think we can use the NgramsTree and NgramsForest types to our advantage for the 'searchTableNgrams' & co, so I have revamped that module to put it to good use.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This commit changes the implementation of filterNgramsNodes to not filter too aggressively nodes that are present in a path. This causes a test failure that needs to be investigated.
-
Alfredo Di Napoli authored
-
- 11 Jul, 2025 1 commit
-
-
Przemyslaw Kaminski authored
-
- 10 Jul, 2025 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Apparently, this is needed to run 'nix' inside tests (e.g. start corenlp)
-
Przemyslaw Kaminski authored
Also, fix README since we merged tasty/hspec tests recently.
-
Przemyslaw Kaminski authored
-