-- 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.1 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: NLP build-type: Simple cabal-version: >=1.8 description: Implementation of the MULTEXT-East Version 3 morphosyntactic descriptors. MULTEXT-East encodes values of morphosyntatic attributes in a single string, using positional encoding. Each attribute is represented by a single letter at a predefined position, while non-applicable attributes are represented by hyphens. MULTEXT-EAST Version 3 covers morphosyntactic descriptions for Bulgarian, Croatian, Czech, English, Estonian, Hungarian, Lithuanian, Macedonian, Persian, Polish, Resian, Romanian, Russian, Serbian, Slovak, Slovene, and Ukrainian. For details, refer to http://nl.ijs.si/ME/V3/ library exposed-modules: Data.MultextEastMsd build-depends: base ==4.5.* hs-source-dirs: src source-repository head type: git location: https://github.com/jsnajder/multext-east-msd