Commit b76fc489 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CLEAN] imports for pipeline.

parent 0be01d72
...@@ -16,17 +16,15 @@ module Gargantext.Pipeline ...@@ -16,17 +16,15 @@ module Gargantext.Pipeline
where where
import Data.Text.IO (readFile) import Data.Text.IO (readFile)
----------------------------------------------
---------------------------------------------- ----------------------------------------------
import Gargantext.Core import Gargantext.Core (Lang(FR))
import Gargantext.Prelude import Gargantext.Prelude
import Gargantext.Viz.Graph.Index (score) import Gargantext.Viz.Graph.Index (score)
import Gargantext.Viz.Graph.Distances.Matrice (distributional) import Gargantext.Viz.Graph.Distances.Matrice (distributional)
import Gargantext.Text.Metrics.Occurrences import Gargantext.Text.Metrics.Occurrences (cooc, removeApax)
import Gargantext.Text.Terms import Gargantext.Text.Terms (TermType(Multi), extractTerms)
import Gargantext.Text.Context import Gargantext.Text.Context (splitBy, SplitContext(Sentences))
pipeline path = do pipeline path = do
......
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