mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
PlainLN was missing prepositions
This commit is contained in:
@@ -13,7 +13,7 @@ lin FullName gn sn = pn2np {
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
lin PlainLN n = heavyNP {
|
lin PlainLN n = heavyNP {
|
||||||
s = \\c => n.s;
|
s = \\c => prepCase c ++ n.s;
|
||||||
a = {g = n.g ; n = n.num ; p = P3}
|
a = {g = n.g ; n = n.num ; p = P3}
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user