change the logs output
[gargantext.git] / src / Gargantext / Text / Terms / Multi / RAKE.hs
index 570445157492570fea67e773afe4d3bf1c4049a2..16d169b5c985e93d890f2bbed9455d093987a45d 100644 (file)
@@ -33,10 +33,10 @@ module Gargantext.Text.Terms.Multi.RAKE (multiterms_rake, select, hardStopList)
   where
 
 import GHC.Real (round)
-import Data.Text (Text, pack)
+import Data.Text (Text)
 import NLP.RAKE.Text
 
-import Gargantext.Text.Terms.Stop (stopList)
+import Gargantext.Text.Samples.EN (stopList)
 import Gargantext.Prelude
 
 select :: Double -> [a] -> [a]