-- Initial multext-east-msd.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: multext-east-msd version: 0.1.0.4 synopsis: MULTEXT-East morphosyntactic descriptors -- description: homepage: http://github.com/jsnajder/multex-east-msd license: BSD3 license-file: LICENSE author: Jan Snajder maintainer: jan.snajder@fer.hr -- copyright: category: Natural Language Processing build-type: Simple cabal-version: >=1.8 description: Implementation of the MULTEXT-East morphosyntactic descriptors. MULTEXT-East encodes values of morphosyntatic attributes in a single string, using positional encoding. For details, refer to . library exposed-modules: Data.MultextEastMsd build-depends: base ==4.6.* hs-source-dirs: src source-repository head type: git location: https://github.com/jsnajder/multext-east-msd