mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-17 23:30:14 -06:00
Added tests, fixes, etc
This commit is contained in:
@@ -59,8 +59,8 @@ lin
|
||||
in8front_Prep = mkPrep "перед" Ins ;
|
||||
in_Prep = mkPrep "в" Loc ;
|
||||
on_Prep = mkPrep "на" Loc ;
|
||||
part_Prep = {s="" ; c=Nom ; hasPrep=False }; -- missing in Russian???
|
||||
possess_Prep = {s="" ; c=Gen ; hasPrep=False};
|
||||
part_Prep = {s="" ; c=Ptv ; hasPrep=False } ;
|
||||
possess_Prep = {s="" ; c=Gen ; hasPrep=False} ;
|
||||
through_Prep = mkPrep "через" Acc ;
|
||||
to_Prep = mkPrep "к" Dat ;
|
||||
under_Prep = mkPrep "под" Ins ;
|
||||
|
||||
Reference in New Issue
Block a user