Gargantext.hs 646 Bytes
Newer Older
1 2
{-|
Module      : Gargantext
3
Description : Textmining Collaborative Platform
4 5 6 7 8 9 10 11 12
Copyright   : (c) CNRS, 2017-Present
License     : AGPL + CECILL v3
Maintainer  : team@gargantext.org
Stability   : experimental
Portability : POSIX

@Gargantext@: search, map, share
-}

13

14 15 16 17
module Gargantext ( module Gargantext.API
                  , module Gargantext.Core
                  , module Gargantext.Database
                  , module Gargantext.Prelude
18
--                  , module Gargantext.Core.Viz
19
                  ) where
20

21 22
import Gargantext.API
import Gargantext.Core
23
import Gargantext.Database
24
import Gargantext.Prelude
25
--import Gargantext.Core.Viz