Commit Graph

6 Commits

Author SHA1 Message Date
Giovanni Campagna a36f2efb8c Add a simple json-based RPC server to handle interactive predictions 2019-03-01 10:46:16 -08:00
Giovanni Campagna fdfdd154c4 Remove hacks needed to use a different tokenizer for Almond
Almond data is always pretokenized (because we must preprocess
numbers/quoted strings/etc.).

Previously, we used a bad HACK of hardcoding almond in the generic
Field subclass. Now, we instead thread through the tokenizer/detokenizer
arguments from the right places.

In the future, we will probably want task classes, to clean up
the mess of hacks and hardcoded task-specific tweaks everywhere.
2019-01-23 10:48:49 -08:00
Bryan Marcus McCann 6260c9f527 adding elmo naively as a replacement 2018-12-10 19:41:27 +00:00
Bryan Marcus McCann 2838e23be1 update field for torch 0.4 2018-10-25 16:02:48 -07:00
Bryan Marcus McCann 76304734b6 attempt at migrating w/o Variables 2018-10-25 16:02:48 -07:00
Bryan Marcus McCann 8997039aec Initial commit 2018-06-20 12:36:21 +00:00