mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
REPLACED old Russian RG completely
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
concrete TenseRus of Tense = CatRus, TenseX - [PNeg,PPos]
|
||||
** open ResRus, (P=ParamRus), Prelude in {
|
||||
flags coding=utf8 ; optimize=all ;
|
||||
lin
|
||||
PNeg = {
|
||||
s = "не" ;
|
||||
p = Neg
|
||||
} ;
|
||||
PPos = {
|
||||
s = [] ;
|
||||
p = Pos
|
||||
} ;
|
||||
}
|
||||
Reference in New Issue
Block a user