mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
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) ;
|
|
|
|
}
|