Commit 63f55442 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[VERSION] +1 to 0.0.1.8.1

parent 4ef15dd7
Pipeline #4690 canceled with stage
name: gargantext name: gargantext
version: '0.0.1.8' version: '0.0.1.8.1'
synopsis: Search, map, share synopsis: Search, map, share
description: Please see README.md description: Please see README.md
category: Data category: Data
......
...@@ -34,7 +34,7 @@ getTficf :: UserCorpusId ...@@ -34,7 +34,7 @@ getTficf :: UserCorpusId
-> NgramsType -> NgramsType
-> Cmd err (Map Text Double) -> Cmd err (Map Text Double)
getTficf cId mId nt = do getTficf cId mId nt = do
mapTextDoubleLocal <- Map.filter (> 1) mapTextDoubleLocal <- Map.filter (> 2)
<$> Map.map (fromIntegral . Set.size) <$> Map.map (fromIntegral . Set.size)
<$> getNodesByNgramsUser cId nt <$> getNodesByNgramsUser cId nt
......
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