]> Git — Sourcephile - gargantext.git/blob - src/Gargantext/Core.hs
[Discussion] answer to NP
[gargantext.git] / src / Gargantext / Core.hs
1 {-|
2 Module : Gargantext.Core
3 Description : Supported Natural language
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 module Gargantext.Core
13 where
14
15 ------------------------------------------------------------------------
16 -- | Language of a Text
17 -- For simplicity, we suppose text has an homogenous language
18 -- | DE | IT | SP
19 -- EN == english
20 -- FR == french
21 -- DE == deutch (not implemented yet)
22 -- IT == italian (not implemented yet)
23 -- SP == spanish (not implemented yet)
24 -- ... add your language and help us to implement it (:
25 data Lang = EN | FR