diff options
| author | aarne <aarne@chalmers.se> | 2010-04-07 21:05:29 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-04-07 21:05:29 +0000 |
| commit | 242670a6cbdf32069b9876b50aadb67e468017ee (patch) | |
| tree | 7fee84151560492e1253ad19c9858c81434e3106 /examples/phrasebook/SentencesRus.gf | |
| parent | 8171bb0ea2dffe9e0a99e06815bf46182671137d (diff) | |
cloned the rest of resource languages in Phrasebook
Diffstat (limited to 'examples/phrasebook/SentencesRus.gf')
| -rw-r--r-- | examples/phrasebook/SentencesRus.gf | 10 |
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) ; + +} |
