summaryrefslogtreecommitdiff
path: root/examples/phrasebook/SentencesRus.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/phrasebook/SentencesRus.gf')
-rw-r--r--examples/phrasebook/SentencesRus.gf10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/phrasebook/SentencesRus.gf b/examples/phrasebook/SentencesRus.gf
new file mode 100644
index 000000000..d574aeeb3
--- /dev/null
+++ b/examples/phrasebook/SentencesRus.gf
@@ -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) ;
+
+}