- Oct 16, 2018
-
-
Sebastian Höffner authored
-
- Oct 15, 2018
-
-
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.
-
- Oct 11, 2018
-
-
Sebastian Höffner authored
-
- Oct 10, 2018
-
-
Sebastian Höffner authored
-
Sebastian Höffner authored
-
Sebastian Höffner authored
Additionally, the grammar now uses custom semantics and creates flat structures.
-
Sebastian Höffner authored
-
- Oct 08, 2018
-
-
Sebastian Höffner authored
-
- Oct 04, 2018
-
-
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.
-
- Oct 01, 2018
-
-
Sebastian Höffner authored
-