1
0
forked from GitHub/gf-core

removed bogus "om" from Dut infinitives; fixed "wrong" in Chi

This commit is contained in:
aarne
2015-09-04 15:38:49 +00:00
parent ab086e7cb3
commit ae94991571
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ lin
weather_adjCl ap = mkCl (mkVP (lin AP ap)) ;
is_right_VP = mkVP (ParadigmsChi.mkA "对") ;
is_wrong_VP = mkVP (ParadigmsChi.mkV "错") ;
is_wrong_VP = mkVP (ParadigmsChi.mkA "错") ;
n_units_AP card cn a = mkAP (lin AdA (mkUtt (mkNP <lin Card card : Card> (lin CN cn)))) (lin A a) ; ----

View File

@@ -654,7 +654,7 @@ param
useInfVP : Bool -> VP -> Str = \isAux,vp ->
let vpi = infVP isAux vp in
"om" ++ vpi.p1 ! agrP3 Sg ++ vpi.p3 ++ vpi.p2 ; -- TODO
vpi.p1 ! agrP3 Sg ++ vpi.p3 ++ vpi.p2 ; -- TODO
reflPron : Agr => Str = table {
{n = Sg ; p = P1} => "me" ;