Commit 5a9dfb1f authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Import List if label is in forms already

parent 38e7b0b4
......@@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: gargantext
version: 0.0.6.7.2
version: 0.0.6.7.2
synopsis: Search, map, share
description: Please see README.md
category: Data
......
......@@ -266,7 +266,7 @@ parseCsvData lst = Map.fromList $ conv <$> lst
, _nre_children = MSet
$ Map.fromList
$ map (\form -> (NgramsTerm form, ()))
$ filter (/= "")
$ filter (\w -> w /= "" && w /= label)
$ splitOn "|&|" forms
}
)
......
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