- 14 Feb, 2024 7 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
When user searched for a phrase with space inside, in database, the 'to_tsquery' function raised an sql error. One should use 'plainto_tsquery'. Also, a proper test was added.
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
Also, update README with remark about cabal.project.local file
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 13 Feb, 2024 4 commits
-
-
Przemyslaw Kaminski authored
Get rid of that TVar completely.
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
the 2A, which is my recommendation. For some reasons that should be better analyzed, during the computation of the Distributional similarity using Accelerate some parts of the matrix are are below 1 (see the line modified by this commit). As a consequence the log of such value below 1 gives a negative value that is breaking the whole similarity computation: the matrix has negative and non negative values and is becoming inconsistent. The main fix consists in managing the values below 1 in order to get a non negative matrix. The Order 2A fixes the issue by adding 1 on each cell of the matrix. The Order 2B fixes the issue by removing values below 1 only. According to the qualitative tests I made the Graph results of order 2B is better than the results of order 2A. Filtering seems better than forcing using all data where some seems to be not "representative" enough.
-
- 12 Feb, 2024 7 commits
-
-
Przemyslaw Kaminski authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
Alfredo Di Napoli authored
-
- 09 Feb, 2024 6 commits
-
-
Przemyslaw Kaminski authored
This is according to the blog http://h2.jaguarpaw.co.uk/posts/foldl-traverses-state-foldr-traverses-anything/
-
Przemyslaw Kaminski authored
-
Karen Konou authored
-
Karen Konou authored
-
Przemyslaw Kaminski authored
This has custom triggers as a separate step, before all tests.
-
Alexandre Delanoë authored
-
- 08 Feb, 2024 1 commit
-
-
Karen Konou authored
-
- 07 Feb, 2024 7 commits
-
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-
- 06 Feb, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Alfredo Di Napoli authored
-
- 05 Feb, 2024 6 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Alfredo Di Napoli authored
-
Alexandre Delanoë authored
-
Alexandre Delanoë authored
-