]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Viz.hs
[DBFLOW] Ngrams, NgramsIndexed, NgramsT a.
[gargantext.git] / src / Gargantext / Viz.hs
1 {-|
2 Module : Gargantext.Viz
3 Description : Viz tools
4 Copyright : (c) CNRS, 2018
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 Vizualisation of text stats
11
12 -}
13
14 {-# LANGUAGE NoImplicitPrelude #-}
15 {-# LANGUAGE OverloadedStrings #-}
16
17 module Gargantext.Viz
18 where
19