| Age | Commit message (Collapse) | Author |
|
|
|
|
|
It needs to be updated manually when the list of available output format
changes.
|
|
|
|
mostly incorrect due to missing paradigms
|
|
the first element and a the list [e1,e2] as the second. This makes it easier to decompose partial abstract trees
|
|
|
|
|
|
|
|
exception if the grammar is missing
|
|
implementation for the binding
|
|
|
|
|
|
linearized
|
|
|
|
one for the output trees. This means that the memory for parsing can be released as soon as the needed abstract trees are retrieved, while the trees themselves are retained in the separate output pool
|
|
|
|
partial trees
|
|
|
|
using readline with word completion
|
|
|
|
|
|
|
|
|
|
The with(...) {...} statement has different scoping rules in Webkit browsers
and Gecko browsers, so it is better to avoid it.
|
|
The &+ operator is now consistently eliminated from the output of commmands
that produce linearizations. Before, only the commands translate and
translategroup did this.
|
|
Return the given default value instead.
|
|
via the minibar
|
|
The C run-time responds badly to input that is too long, so we return an
error message here instead.
The limit is 200 URL-encoded characters.
|
|
|
|
...for more streamlined code and better browser compatibility.
|
|
|
|
per sentence
|
|
|
|
|
|
Nowadays GF includes alltenses by default in the grammar search path.
|
|
|
|
in the documentation of command=remake.
|
|
Unrecoginzed parameter in cloud service requests are silently ignored.
|
|
|
|
|
|
|
|
The API computes PARSEVAL and Exact Match for a given tree. As a side effect the abstract trees in Python are now compared for equality by value and not by reference
|
|
|
|
by separate punctuation from the string sent to the robust parser.
Also added buttons to view parse trees from the robust parser.
|
|
|
|
The minibar has the alternative "All" in the target language menu. This should
not be included when transfering to the syntax editor.
|
|
Add minibar option to_multiple to be able to turn off selection of multiple
target languages.
|
|
|
|
working with bracketed strings. This also fixes some errors in the old implementation
|