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