[FIX] Contact Search
[gargantext.git] / src-test / Ngrams / Lang.hs
index 9e74655672777cbfcd34dee4f8d014eccd7325de..d285e02ab004026a16ad742890294c3ce3f45ea8 100644 (file)
@@ -15,6 +15,7 @@ commentary with @some markup@.
 
 module Ngrams.Lang where
 
+{-
 import Gargantext.Prelude (IO())
 
 import Gargantext.Core (Lang(..))
@@ -24,4 +25,4 @@ import qualified Ngrams.Lang.En as En
 ngramsExtractionTest :: Lang -> IO ()
 ngramsExtractionTest FR = Fr.ngramsExtractionTest
 ngramsExtractionTest EN = En.ngramsExtractionTest
-
+-}