index
:
gf-core.git
master
optimize
Unnamed repository; edit this file 'description' to name the repository.
Adrian
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
app
/
MkApp.hs
Age
Commit message (
Collapse
)
Author
2016-05-14
commented out the import of Phrasebook in App with --P; the idea is that ↵
aarne
application grammar parsing is done in a separate phase, which is faster and more flexible. Also re-enabled ComplV3 and ComplV2V, after testing that they don't reduce the parsing speed too much.
2015-07-21
added PassV2 to App; PassVPSlash did not work as VPSlash was disabled for ↵
aarne
speed reasons
2015-06-02
copied examples/app to examples/slowApp; the new app is a bit scaled down ↵
aarne
but much faster
2014-12-03
Catalan added to App, do 'make App12.pgf'
aarne
2014-09-15
enabled VP-valued rules for V2V, V3, etc in App. Improve quality with less ↵
aarne
loss of speed than VPSlash-valued original rules.
2014-06-18
enabled more from Construction in App
aarne
2014-04-10
improved generation of BNC dictionaries ; now called TopDictionary for clarity
aarne
2014-04-09
more passives in App. Import changes are now produced with MkApp.hs, which ↵
aarne
copies the exclude list from App.gf to the concrete syntax files.