mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
=there is a bug with CompNP because we cannot fix Number agreement for the Noun. A hack can be to include the Noun info into the nounphrase
This commit is contained in:
@@ -161,7 +161,7 @@ lin
|
|||||||
television_N = mkN "TV" N_N;
|
television_N = mkN "TV" N_N;
|
||||||
doctor_N = mkN "omushaho" MU_BA;
|
doctor_N = mkN "omushaho" MU_BA;
|
||||||
clever_A =mkAdjective "amagyezi" Post False True False;
|
clever_A =mkAdjective "amagyezi" Post False True False;
|
||||||
laugh_V = mkV "sheka";
|
laugh_V = mkV "shek";
|
||||||
beautiful_A = mkAdjective "rungi" Post False False False;
|
beautiful_A = mkAdjective "rungi" Post False False False;
|
||||||
airplane_N = mkN "endegye" N_N;
|
airplane_N = mkN "endegye" N_N;
|
||||||
year_N = mkN "omwaka" "emyaka" MU_MI;
|
year_N = mkN "omwaka" "emyaka" MU_MI;
|
||||||
|
|||||||
@@ -51,9 +51,9 @@ lin
|
|||||||
};
|
};
|
||||||
{-Note: when I use pol.s instead of ti, the word alignment instead becomes worse-}
|
{-Note: when I use pol.s instead of ti, the word alignment instead becomes worse-}
|
||||||
<Past,Simul, Neg> => case cl.isPerfBlank of {
|
<Past,Simul, Neg> => case cl.isPerfBlank of {
|
||||||
True => {s = subj ++ "ti" ++ Predef.BIND ++ clitic ++ Predef.BIND ++ "ra" ++
|
True => {s = subj ++ "ta" ++ Predef.BIND ++ clitic ++ Predef.BIND ++ "ra" ++
|
||||||
Predef.BIND ++ root ++ Predef.BIND ++ "ire" ++ compl};
|
Predef.BIND ++ root ++ Predef.BIND ++ "ire" ++ compl};
|
||||||
False => {s = subj ++ "ti" ++ Predef.BIND ++ clitic ++ "ra" ++ Predef.BIND ++
|
False => {s = subj ++ "ta" ++ Predef.BIND ++ clitic ++ "ra" ++ Predef.BIND ++
|
||||||
root ++ Predef.BIND ++ pastRestOfVerb ++ compl}
|
root ++ Predef.BIND ++ pastRestOfVerb ++ compl}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user