]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Core/Text/Metrics/SpeGen/IncExc.hs
[FIX] Pubmed parser
[gargantext.git] / src / Gargantext / Core / Text / Metrics / SpeGen / IncExc.hs
1 {-|
2 Module : Gargantext.Core.Text.Metrics.SpeGen.IncExc
3 Description :
4 Copyright : (c) CNRS, 2017
5 License : AGPL + CECILL v3
6 Maintainer : team@gargantext.org
7 Stability : experimental
8 Portability : POSIX
9
10
11 -}
12
13
14 module Gargantext.Core.Text.Metrics.SpeGen.IncExc
15 where
16
17
18 {-
19 data IncExc = Inclusion { unInclusion :: !Double }
20 | Exclusion { unExclusion :: !Double }
21 -}
22
23
24
25
26
27