Name: GenI Version: 0.25.0.1 License: GPL License-file: LICENSE Author: Carlos Areces and Eric Kow Category: Natural Language Processing Synopsis: A natural language generator (specifically, an FB-LTAG surface realiser) Description: A natural language generator (specifically, an FB-LTAG surface realiser) Homepage: http://projects.haskell.org/GenI Maintainer: geni-users@loria.fr Build-Type: Simple Cabal-Version: >=1.14 data-files: AUTHORS, README.markdown, changelog, GenI.cabal, examples/artificial/lexicon, examples/artificial/trees, examples/artificial/suite, examples/artificial/suite-bad, examples/chatnoir/lexicon, examples/chatnoir/trees, examples/chatnoir/suite, examples/demo/lexicon, examples/demo/trees, examples/demo/README, examples/demo/suite, examples/ej/lexicon, examples/ej/trees, examples/ej/suite, examples/nosemantics/lexicon, examples/nosemantics/trees, examples/nosemantics/README.txt, examples/promettre/lexicon, examples/promettre/trees, examples/promettre/morphinfo, examples/promettre/suite, examples/xmg-example/grammar/Arguments.mg, examples/xmg-example/grammar/demo-corpus-utf8.txt, examples/xmg-example/grammar/Entete.mg, examples/xmg-example/grammar/Evaluations.mg, examples/xmg-example/grammar/Misc.mg, examples/xmg-example/grammar/parse-corpus.sh, examples/xmg-example/grammar/Sem.mg, examples/xmg-example/grammar/VerbMorph.mg, examples/xmg-example/lexicon/demo-lemma-utf8.lex, examples/xmg-example/lexicon/demo-morph-utf8.mph, examples/xmg-example/Makefile, examples/xmg-example/README, examples/xmg-example/suite extra-source-files: geni-test/NLP/GenI/Test.hs source-repository head type: darcs location: http://hub.darcs.net/kowey/GenI Flag static Description: Build a static binary Default: False Library Build-depends: base >= 4.9 && < 4.11 , binary == 0.8.* , bytestring == 0.10.* , containers == 0.5.* , deepseq == 1.4.* , directory >= 1.2 && < 1.4 , filepath == 1.4.* , hslogger == 1.2.* , json == 0.9.* , mtl == 2.2.* , ordered == 0.1.* , parsec == 3.1.* , process >= 1.4 && < 1.7 , syb >= 0.6 && < 0.8 , text == 1.2.* , time >= 1.6 && < 1.9 , transformers == 0.5.* , yaml-light == 0.1.* if flag(static) ghc-options: -static -optl-static Exposed-Modules: BoolExp, Data.FullList.Internal, Data.FullList, NLP.GenI.Configuration, NLP.GenI.Console, NLP.GenI.Control, NLP.GenI.ErrorIO, NLP.GenI.FeatureStructure, NLP.GenI.Flag, NLP.GenI.General, NLP.GenI.GeniShow, NLP.GenI.GeniVal, NLP.GenI.GeniVal.Internal, NLP.GenI.Lexicon, NLP.GenI.Lexicon.Internal, NLP.GenI.LexicalSelection, NLP.GenI.LexicalSelection.Types, NLP.GenI.Main, NLP.GenI.Parser, NLP.GenI.Pretty, NLP.GenI.Semantics, NLP.GenI.Tag, NLP.GenI.TestSuite, NLP.GenI.TreeSchema, NLP.GenI.Warning, NLP.GenI.Warning.Internal, NLP.GenI.Morphology, NLP.GenI.Morphology.Types, NLP.GenI.OptimalityTheory, NLP.GenI.Polarity, NLP.GenI.Polarity.Internal, NLP.GenI.Polarity.Types, NLP.GenI.Automaton, NLP.GenI.Statistics, NLP.GenI.Builder, NLP.GenI.Simple.SimpleBuilder, NLP.GenI Other-Modules: Paths_GenI Default-language: Haskell2010 Hs-Source-Dirs: src Ghc-options: -Wall Ghc-prof-options: -auto-all Executable geni Main-Is: geni.hs Hs-Source-Dirs: geni Default-language: Haskell2010 Ghc-options: -Wall -rtsopts Ghc-prof-options: -auto-all Build-Depends: base >= 4 && < 5 , GenI , containers , directory , filepath , yaml-light , hslogger , json , mtl , process Test-Suite geni-test Type: exitcode-stdio-1.0 Main-Is: MainTest.hs Hs-Source-Dirs: geni-test Default-language: Haskell2010 Build-Depends: GenI , base >= 4 && < 5 , containers , errors , filepath , json , mtl , parsec , QuickCheck , smallcheck , HUnit , test-framework-hunit , test-framework-quickcheck2 , test-framework-smallcheck , test-framework > 0.3 , text , transformers