1
0
forked from GitHub/gf-rgl

Maltese RG: Irregular verbs in Dict, Lexicon. Prep, Conj and others.

This commit is contained in:
john.j.camilleri
2013-04-03 06:50:01 +00:00
parent 1689498e60
commit ccdede0b82
12 changed files with 737 additions and 445 deletions
+5 -3
View File
@@ -30,8 +30,10 @@ concrete VerbMlt of Verb = CatMlt ** open Prelude, ResMlt in {
_ => insertObj (\\agr => np.s ! CPrep) vp
} ;
-- Comp
-- VP
-- VPSplash
-- VP -> Adv -> VP
AdvVP vp adv = insertObj (\\_ => adv.s) vp ;
-- AdV -> VP -> VP
-- AdVVP adv vp = insertAdV adv.s vp ;
}