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]