- 02 Apr, 2024 10 commits
-
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
This brings in an important bug fix so that the output of `-Txdot_json` is deterministic.
-
Alfredo Di Napoli authored
Apparently `dot` has a long lasting bug (recently fixed) which is the root of the non-determinism: https://gitlab.com/graphviz/graphviz/-/issues/2510
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
It's not enough to check that the list is empty, we also need to check that we have some data to begin with, i.e. we need to skip calling `toFstDate` or `toLstDate` if we have a list of empty strings.
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 29 Mar, 2024 1 commit
-
-
Alexandre Delanoë authored
-
- 27 Mar, 2024 2 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 26 Mar, 2024 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
It's faster now, makes less joins, doesn't need VALUES.
-
- 25 Mar, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This was (User, Either CorpusName, [CorpusId]) before, but the case of UserMaster doesn't make sense with these parameters, so I rewrote the function to accept only correct datatypes as inputs.
-
- 22 Mar, 2024 3 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
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.
-
- 21 Mar, 2024 4 commits
-
-
Przemyslaw Kaminski authored
This contains only data, removes some Database dependency in imports.
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 20 Mar, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 18 Mar, 2024 5 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Alfredo Di Napoli authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 16 Mar, 2024 1 commit
-
-
Julien Moutinho authored
-
- 14 Mar, 2024 5 commits
-
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
-
Alexandre Delanoë authored
-
Przemyslaw Kaminski authored
This reverts commit f4284b4e.
-
Alexandre Delanoë authored
-
- 12 Mar, 2024 1 commit
-
-
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.
-
- 11 Mar, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-