From dc121c6bd3068f2800f87414b80b3ebff09c197c Mon Sep 17 00:00:00 2001 From: Nick Frolov Date: Thu, 24 Nov 2011 16:13:08 +0000 Subject: Symbolic and Nound fixes for Russian --- examples/phrasebook/SentencesRus.gf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'examples/phrasebook/SentencesRus.gf') diff --git a/examples/phrasebook/SentencesRus.gf b/examples/phrasebook/SentencesRus.gf index a88953ea1..67e06d7f1 100644 --- a/examples/phrasebook/SentencesRus.gf +++ b/examples/phrasebook/SentencesRus.gf @@ -2,8 +2,8 @@ concrete SentencesRus of Sentences = NumeralRus ** SentencesI - [ NameNN, SHave, SHaveNo, SHaveNoMass, QDoHave, AHaveCurr ] with (Syntax = SyntaxRus), --- (Symbolic = SymbolicRus), - (Lexicon = LexiconRus), (Grammar = GrammarRus) ** open Prelude, SyntaxRus in { + (Symbolic = SymbolicRus), + (Lexicon = LexiconRus), (Grammar = GrammarRus) ** open Prelude, SyntaxRus, (P = ParadigmsRus) in { lin SHave p obj = mkS (mkCl (mkVP have_V3 obj p.name)) ; SHaveNo p obj = mkS (mkCl (mkVP have_not_V3 (mkNP obj) p.name)) ; @@ -12,4 +12,6 @@ concrete SentencesRus of Sentences = NumeralRus ** SentencesI - [ AHaveCurr p curr = mkCl (mkVP have_V3 (mkNP aPl_Det curr) p.name) ; + lin NameNN = mkNP (P.mkN "NN") ; + } \ No newline at end of file -- cgit v1.2.3