mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
Fin.VPSlashPrep is cyclic in the presence of empty-strinc prepositions. Therefore omitted it from ParseFin.
This commit is contained in:
@@ -91,7 +91,7 @@ concrete VerbFin of Verb = CatFin ** open Prelude, ResFin, StemFin in {
|
||||
|
||||
ReflVP v = insertObjPre False (\fin,b,agr -> appCompl fin b v.c2 (reflPron agr)) v ;
|
||||
|
||||
PassV2 v = passVP (predSV v) v.c2.c ;
|
||||
PassV2 v = passVP (predSV v) v.c2 ;
|
||||
|
||||
{- ----
|
||||
s = \\vif,ant,pol,agr => case vif of {
|
||||
|
||||
Reference in New Issue
Block a user