Commit Graph

6 Commits

Author SHA1 Message Date
mehrad 1339767da3 update FastText embedding 2019-11-06 01:09:55 -08:00
Giovanni Campagna 48b88317b7 Refuse to run with pytorch 1.2.0
Because pytorch 1.2.0 changed the behavior of Bools vs Uint8 and
that broke us...
2019-08-08 16:07:48 -07:00
Giovanni Campagna 6837cc7e7b Add missing dependency
Probably before it was coming from somewhere else, like allennlp
2019-04-17 12:10:45 -07:00
Giovanni Campagna 73ffec5365 Populate "install_requires" package metadata
This is necessary to automatically install dependencies when
the user installs the library with pip.
2019-04-17 11:40:40 -07:00
Giovanni Campagna 5447d0c37c Add a "decanlp" script that calls out to the different subcommands
Usage:
- decanlp train ...
- decanlp predict ...
- decanlp convert-to-logical-forms ...
2019-03-01 15:43:02 -08:00
Giovanni Campagna a5a203b099 Add setup.py 2019-03-01 15:43:02 -08:00