summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesRus.gf
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-04-10 08:18:03 +0000
committeraarne <aarne@chalmers.se>2010-04-10 08:18:03 +0000
commit50a2e2ea93e7280ae6063a1cbf0e8cb29fa78a09 (patch)
tree201d3812073143a0aa30684f9fcb0fe2a30940b5 /examples/phrasebook/SentencesRus.gf
parentd505fa5b6737b6b78fb65161cea3c2ac175494ab (diff)
regenerated clones with complete abstract and ready-maked Lexicon-based words in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesRus.gf')
-rw-r--r--examples/phrasebook/SentencesRus.gf14
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) ;