forked from GitHub/gf-core
added tired_VP in Constructions
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../abstract:../common:../prelude
|
||||
--# -path=.:../abstract:../common:../prelude:../api
|
||||
|
||||
concrete AllRus of AllRusAbs =
|
||||
LangRus,
|
||||
|
||||
7
lib/src/russian/ConstructionRus.gf
Normal file
7
lib/src/russian/ConstructionRus.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
concrete ConstructionRus of Construction = CatRus **
|
||||
open SyntaxRus, ParadigmsRus, ResRus in {
|
||||
|
||||
lin
|
||||
tired_VP = mkVP (mkA "уставший" Rel) ;
|
||||
|
||||
}
|
||||
@@ -3,6 +3,7 @@
|
||||
concrete LangRus of Lang =
|
||||
GrammarRus,
|
||||
LexiconRus,
|
||||
ConstructionRus,
|
||||
DocumentationRus
|
||||
** {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user