Commit Graph

14 Commits

Author SHA1 Message Date
Giovanni Campagna 47479a3b65 Remove ujson library
Just use the standard library, the extra dependency is not worth it
2020-01-16 21:01:31 -08:00
Giovanni Campagna 3da2e8f805 Remove dateutil library
So much just get the current time in ISO format...
2020-01-16 20:59:17 -08:00
Giovanni Campagna aa6d0f0c3f Update dependencies
Add version specs to everything, and add transformers
2020-01-16 20:54:24 -08:00
Giovanni Campagna ef2b47e5be wip: make tests pass 2020-01-13 18:15:30 -08:00
Giovanni Campagna 27b8dca79f Remove a whole lot of unused Almond code
Remove the "thingpedia_as_context" option, and the different ThingTalk
grammars. They were unused, and also unlikely to be helpful, after
several experiments.
2019-12-10 18:03:01 -08:00
Giovanni Campagna 6911a5092d Revert "update FastText embedding"
This reverts commit 1339767da3.
2019-11-06 08:22:36 -08:00
Giovanni Campagna 2507270c4b Revert "fix"
This reverts commit 3addf7da94.
2019-11-06 08:22:36 -08:00
mehrad 3addf7da94 fix 2019-11-06 01:18:08 -08:00
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