diff options
Diffstat (limited to 'examples/phrasebook/SentencesRus.gf')
| -rw-r--r-- | examples/phrasebook/SentencesRus.gf | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/examples/phrasebook/SentencesRus.gf b/examples/phrasebook/SentencesRus.gf index d574aeeb3..9f3c8adaf 100644 --- a/examples/phrasebook/SentencesRus.gf +++ b/examples/phrasebook/SentencesRus.gf @@ -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) ; |
