Core.hs 738 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{-|
Module      : Gargantext.Core
Description : 
Copyright   : (c) CNRS, 2017-Present
License     : AGPL + CECILL v3
Maintainer  : team@gargantext.org
Stability   : experimental
Portability : POSIX

Here is a longer description of this module, containing some
commentary with @some markup@.
-}

module Gargantext.Core
  where

------------------------------------------------------------------------
-- | Language of a Text
-- For simplicity, we suppose text has an homogenous language
20

21
data Lang = EN | FR
22

23 24 25 26 27 28 29
-- | DE | IT | SP
--  EN == english
--  FR == french
--  DE == deutch  (not implemented yet)
--  IT == italian (not implemented yet)
--  SP == spanish (not implemented yet)
--  ... add your language and help us to implement it (: