]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Text/Ngrams.hs
[STRUCTURE] Make it simple and clean old code.
[gargantext.git] / src / Gargantext / Text / Ngrams.hs
1 {-|
2 Module : Gargantext.Parsers
3 Description : All parsers of Gargantext in one file.
4 Copyright : (c) CNRS, 2017 - present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 Mainly reexport functions in @Data.Text.Metrics@
11 -}
12
13 {-# LANGUAGE NoImplicitPrelude #-}
14
15 module Gargantext.Text.Ngrams
16 where
17