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
10 Mainly reexport functions in @Data.Text.Metrics@
13 {-# LANGUAGE NoImplicitPrelude #-}
15 module Gargantext.Text.Metrics where
17 --import Data.Text (Text)
18 --import GHC.Real (Ratio)
19 --import qualified Data.Text.Metrics as DTM
21 --import Gargantext.Prelude
23 --noApax :: Ord a => Map a Occ -> Map a Occ
24 --noApax m = M.filter (>1) m