mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
(Pes) WIP right form for complements of N2 and N3
Co-Authored-By: Nasrin M <Nasrin63@users.noreply.github.com>
This commit is contained in:
@@ -65,7 +65,7 @@ concrete LexiconPes of Lexicon = CatPes **
|
||||
cow_N = mkN01 "گاو" animate;
|
||||
die_V = mkV "مردن" "میر" ;
|
||||
dirty_A = mkA "کثیف" ;
|
||||
distance_N3 = (mkN "فاصله" "فواصل" inanimate ) ** {c2="از" ; c3 = "تا"};
|
||||
distance_N3 = mkN3 (mkN "فاصله" "فواصل" inanimate ) "از" "تا" ;
|
||||
doctor_N = mkN01 "دکتر" animate; -- has variant "پزشک", but only a doctor in medicine
|
||||
dog_N = mkN01 "سگ" animate;
|
||||
door_N = mkN01 "در" inanimate;
|
||||
|
||||
Reference in New Issue
Block a user