mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-09 10:06:31 -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:
@@ -33,8 +33,8 @@ concrete CatFin of Cat = CommonX ** open ResFin, StemFin, Prelude in {
|
||||
|
||||
-- Verb
|
||||
|
||||
VP = ResFin.VP ;
|
||||
VPSlash = ResFin.VP ** {c2 : Compl} ;
|
||||
VP = StemFin.VP ;
|
||||
VPSlash = StemFin.VP ** {c2 : Compl} ;
|
||||
Comp = {s : Agr => Str} ;
|
||||
|
||||
-- Adjective
|
||||
|
||||
Reference in New Issue
Block a user