mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 16:12:52 -06:00
another doubling of parsing speed for Fin by using stems inside VP as well. Now just 10% of the time before these optimizations.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete PhraseFin of Phrase = CatFin ** open ResFin, (P = Prelude) in {
|
||||
concrete PhraseFin of Phrase = CatFin ** open ResFin, StemFin, (P = Prelude) in {
|
||||
|
||||
lin
|
||||
PhrUtt pconj utt voc = {s = pconj.s ++ utt.s ++ voc.s} ;
|
||||
|
||||
Reference in New Issue
Block a user