]> Git — Sourcephile - gargantext.git/blob - src/Gargantext.hs
Merge branch 'pipeline'
[gargantext.git] / src / Gargantext.hs
1 {-|
2 Module : Gargantext
3 Description : Textmining platform
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 @Gargantext@: search, map, share
11 -}
12
13 module Gargantext (
14 module Gargantext.Database
15 -- module Gargantext.Ngrams,
16 -- module Gargantext.Utils,
17 ) where
18
19 import Gargantext.Database
20 -- import Gargantext.Ngrams
21 -- import Gargantext.Utils
22
23
24
25
26
27