Skip to content
Snippets Groups Projects
  1. Oct 16, 2018
  2. Oct 15, 2018
    • Sebastian Höffner's avatar
      Removes UA-check. · 08550275
      Sebastian Höffner authored
      Removes /gui endpoint. The gui is now presented at /.
      Adds /parse endpoint. This endoints receives /'s former functionality.
      Adapted README to reflect the new URLs.
      Unverified
      08550275
  3. Oct 11, 2018
  4. Oct 10, 2018
  5. Oct 08, 2018
  6. Oct 04, 2018
    • Sebastian Höffner's avatar
      Creating unique keys for identical identifiers. · 5f6796fb
      Sebastian Höffner authored
      For example, the sentence 'take the cup off the table and bring it to
      the shelf' has six different parses, four labeled with 'smain', and two
      labeled with 'smain/.r'. Previously, since the labels were used for the
      dictionary keys, only two parses were returned (and the others
      overwritten).
      Now, the parses are labeled as smain, smain/0, smain/.r, smain/.r/0,
      etc. to provide unique keys.
      Unverified
      5f6796fb
  7. Oct 01, 2018
Loading