{-| Module : Gargantext.Text.Metrics Description : All parsers of Gargantext in one file. Copyright : (c) CNRS, 2017 - present License : AGPL + CECILL v3 Maintainer : team@gargantext.org Stability : experimental Portability : POSIX Mainly reexport functions in @Data.Text.Metrics@ -} {-# LANGUAGE NoImplicitPrelude #-} module Gargantext.Text.Metrics where --import Data.Text (Text) --import GHC.Real (Ratio) --import qualified Data.Text.Metrics as DTM -- --import Gargantext.Prelude -- --noApax :: Ord a => Map a Occ -> Map a Occ --noApax m = M.filter (>1) m