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

RENAME FIX

parent cddf0f9e
Pipeline #520 failed with stage
...@@ -53,7 +53,7 @@ import qualified Gargantext.Text.Corpus.Parsers.RIS as RIS ...@@ -53,7 +53,7 @@ import qualified Gargantext.Text.Corpus.Parsers.RIS as RIS
import Gargantext.Text.Corpus.Parsers.RIS.Presse (presseEnrich) import Gargantext.Text.Corpus.Parsers.RIS.Presse (presseEnrich)
import qualified Gargantext.Text.Corpus.Parsers.Date as Date import qualified Gargantext.Text.Corpus.Parsers.Date as Date
import Gargantext.Text.Corpus.Parsers.CSV (parseHal, parseCsv) import Gargantext.Text.Corpus.Parsers.CSV (parseHal, parseCsv)
import Gargantext.Text.Terms.Learn (detectLangDefault) import Gargantext.Text.Learn (detectLangDefault)
------------------------------------------------------------------------ ------------------------------------------------------------------------
type ParseError = String type ParseError = String
......
...@@ -16,7 +16,7 @@ Main type here is String. ...@@ -16,7 +16,7 @@ Main type here is String.
{-# LANGUAGE NoImplicitPrelude #-} {-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
module Gargantext.Text.Terms.Learn -- (detectLang, detectLangs, stopList) module Gargantext.Text.Learn -- (detectLang, detectLangs, stopList)
where where
--import Data.Char (toLower) --import Data.Char (toLower)
......
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