mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -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:
@@ -53,9 +53,9 @@ concrete VerbFin of Verb = CatFin ** open Prelude, ResFin, StemFin in {
|
||||
ComplSlash vp np = insertObjPre np.isNeg (\fin,b,_ -> appCompl fin b vp.c2 np) vp ;
|
||||
|
||||
UseComp comp =
|
||||
insertObj (\\_,_ => comp.s) (predV (verbOlla ** {sc = NPCase Nom ; h = Back ; p = []})) ;
|
||||
insertObj (\\_,_ => comp.s) (predV vpVerbOlla) ;
|
||||
|
||||
UseCopula = predV (verbOlla ** {sc = NPCase Nom ; h = Back ; p = []}) ;
|
||||
UseCopula = predV vpVerbOlla ;
|
||||
|
||||
SlashVV v vp =
|
||||
insertObj
|
||||
|
||||
Reference in New Issue
Block a user