| Age | Commit message (Collapse) | Author |
|
Haskell
|
|
comments instead of leaving the changes uncommitted
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The standard binary package has improved efficiency and error handling [1], so
in the long run we should consider switching to it. At the moment, using it is
possible but not recommended, since it results in incomatible PGF files.
The modified modules from the binary package have been moved from
src/runtime/haskell to src/binary.
[1] http://lennartkolmodin.blogspot.se/2013/03/binary-07.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command in the shell now can linearize discontinuous phrases
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* In the shell, the new command tt (to_trie) merges a list of trees into a
trie and prints it in a readable way, where unique subtrees are marked with
a "*" and alternative subtrees are marked with numbers.
* In the PGF web service, adding the parameter trie=yes to the parse and
translate commands augments the JSON output with a trie.
Example to try in the shell:
Phrasebook> p -lang=Eng "your son waits for you" | tt
|
|
|
|
different inflection forms
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lexicon activity
|
|
|
|
|
|
|
|
script french/MkWikt.hs
|
|
|
|
|
|
|
|
|
|
doesn't need lexing
|
|
support BIND. The following things are still broken: parseval, word completion, handling 'pre', the robust mode
|
|
broken unicode library for C.
|
|
|
|
|
|
|
|
|
|
|