forked from GitHub/gf-core
11 lines
271 B
Plaintext
11 lines
271 B
Plaintext
concrete SentencesRus of Sentences = NumeralRus ** SentencesI - [NameNN, Today] with
|
|
(Syntax = SyntaxRus),
|
|
--- (Symbolic = SymbolicRus),
|
|
(Lexicon = LexiconRus) ** open ParadigmsRus in {
|
|
|
|
flags coding = utf8 ;
|
|
|
|
lin NameNN = mkNP (mkPN "нн" masculine animate) ;
|
|
|
|
}
|