]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Core/Flow/Ngrams.hs
Merge branch 'dev-node-board-add-text-cells' of ssh://gitlab.iscpif.fr:20022/gargante...
[gargantext.git] / src / Gargantext / Core / Flow / Ngrams.hs
1 {-|
2 Module : Gargantext.Core.Flow.Ngrams
3 Description : Core Flow main fun for Ngrams
4 Copyright : (c) CNRS, 2017-Present
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10 -}
11
12 {-# LANGUAGE ConstraintKinds #-}
13 {-# LANGUAGE ConstrainedClassMethods #-}
14
15 module Gargantext.Core.Flow.Ngrams where
16
17 -- import Gargantext.Core.Text.Terms.WithList (filterWith)
18
19
20