Commit d7ca3aee authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

Merge branch 'dev' into 131-dev-ngrams-table-db-connection-2

parents 3adb45fc 63357a3a
Pipeline #3008 failed with stage
in 56 minutes and 19 seconds
## Version 0.0.5.9.1 ## Version 0.0.5.9.1
* [FIX] Graph self referencing nodes * [FIX] Graph self referencing nodes
* [FIX] Ngrams Table Tree CSS * [FIX] Ngrams Table Tree CSS
* [FIX] Ngrams Table Search with enter only
* [FIX] Graph build: removing mergechildren function for tests
## Version 0.0.5.9 ## Version 0.0.5.9
* [FIX] Annuaire Contact Page * [FIX] Annuaire Contact Page
......
...@@ -175,6 +175,7 @@ doDistanceMap Conditional threshold myCooc = (distanceMap, toIndex ti myCooc', t ...@@ -175,6 +175,7 @@ doDistanceMap Conditional threshold myCooc = (distanceMap, toIndex ti myCooc', t
distanceMap = toIndex ti distanceMap = toIndex ti
$ Map.fromList $ Map.fromList
$ List.take links $ List.take links
$ List.reverse
$ List.sortOn snd $ List.sortOn snd
$ HashMap.toList $ HashMap.toList
$ HashMap.filter (> threshold) $ HashMap.filter (> threshold)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment