]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Text/Metrics.hs
Merge branch 'pipeline'
[gargantext.git] / src / Gargantext / Text / Metrics.hs
1 {-|
2 Module : Gargantext.Text.Metrics
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.Metrics where
16
17 --import Data.Text (Text)
18 --import GHC.Real (Ratio)
19 --import qualified Data.Text.Metrics as DTM
20 --
21 --import Gargantext.Prelude
22 --
23 --noApax :: Ord a => Map a Occ -> Map a Occ
24 --noApax m = M.filter (>1) m
25