GenI: A natural language generator (specifically, an FB-LTAG surface realiser)

[ library, natural-language-processing, program ] [ Propose Tags ]
Versions [RSS] 0.16, 0.16.1, 0.17.3, 0.17.4, 0.20, 0.20.1, 0.20.2, 0.22, 0.22.0.1, 0.24, 0.24.1, 0.24.2, 0.24.3, 0.25.0, 0.25.0.1
Change log NEWS
Dependencies base (>=4 && <5), binary (>=0.5.0.2), bytestring, cabal-macosx (>=0.1.2 && <0.3), containers (>=0.1), deepseq, directory (>1), errors, filepath (>=1 && <2), GenI, hslogger, json (>=0.4.3 && <0.6), mtl (>1.0), old-locale, ordered (>=0.1 && <0.2), parsec (>=2), process (>1), split (>=0.1.1 && <0.2), syb, text, time (>=1.1), transformers, yaml-light (>=0.1 && <0.2) [details]
License LicenseRef-GPL
Author Carlos Areces and Eric Kow
Maintainer geni-users@loria.fr
Category Natural Language Processing
Home page http://projects.haskell.org/GenI
Source repo head: darcs get http://hub.darcs.net/kowey/GenI
Uploaded by EricKow at 2013-09-18T20:16:01Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Executables geni
Downloads 14073 total (40 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for GenI-0.24

[back to package description]

Build Status

Documentation

  1. homepage and wiki
  2. manual
  3. API

Installing GenI

(tested on Linux, Windows, and MacOS X)

Install the basic version first

cabal install

Try installing the graphical interface

cabal install ./geni-gui

You may run into some trouble with wxHaskell. Get in touch if that's the case.

Development

I accept Darcs patches and GitHub pull requests. The Darcs repository might be a bit ahead of the Git one, but I'll try to keep the mirror up to date.

Style

Please follow published style guide. There is quite a bit of old code that does not follow this. Sorry. I'm slowly working on transitioning it.

Versions

  • Stable version has even minor number (eg. 0.22.x)
  • Development version has odd minor number (eg 0.23.yyyymmdd) Sometimes with a datestamp for major API changes in between
  • NEWS file will probably mention the next release (eg. 0.24)

Contact us!

Please let us know if you are using GenI; we'd like to hear about your experiences, both positive and negative.