-
Original [issue 9](https://code.google.com/p/owlverbalizer/issues/detail?id=9) created by Kaljurand on 2011-03-21T08:34:11.000Z:
Ubuntu 10.10 + SWI-Prolog 5.11.17 (built from the sources)
seeing thi…
-
I propose adding the example group name 'its' to allow for additional description capabilities of code behavior.
The following spec would roll off the tongue:
```
describe Dog do
its "tail wags"
e…
-
Currently for each statement to be verbalized a separate request is needed. This is very inefficient resource usage. The verbalizer should accept a JSON array of statements and return an array of stri…
-
Currently the verbalizer returns a JSON object with the value being the only key:
```
{ "value" }
```
it would be better for iteration purposes if it returned an array:
```
[ "value" ]
```
this wo…