forked from GitHub/gf-core
cloned the rest of resource languages in Phrasebook
This commit is contained in:
10
examples/phrasebook/SentencesRus.gf
Normal file
10
examples/phrasebook/SentencesRus.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
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) ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user