1
0
forked from GitHub/gf-core

regenerated clones with complete abstract and ready-maked Lexicon-based words in Phrasebook

This commit is contained in:
aarne
2010-04-10 08:18:03 +00:00
parent 0c27260c47
commit dd686d7f26
43 changed files with 2203 additions and 1265 deletions

View File

@@ -1,10 +1,6 @@
concrete SentencesRus of Sentences = NumeralRus ** SentencesI - [NameNN, Today] with
concrete SentencesRus of Sentences = NumeralRus ** SentencesI - [
Today, NameNN -- not defined in lib
] with
(Syntax = SyntaxRus),
--- (Symbolic = SymbolicRus),
(Lexicon = LexiconRus) ** open ParadigmsRus in {
flags coding = utf8 ;
lin NameNN = mkNP (mkPN "нн" masculine animate) ;
}
-- (Symbolic = SymbolicRus),
(Lexicon = LexiconRus) ;