From b73a6af45face9c50c3ed906d854fecb645b5243 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 20 Mar 2013 10:34:37 +0000 Subject: [PATCH] fix in ParseHin which made it impossible to load the grammar with the C runtime --- src/hindi/ParseHin.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hindi/ParseHin.gf b/src/hindi/ParseHin.gf index 25d81d4ef..960a37ce7 100644 --- a/src/hindi/ParseHin.gf +++ b/src/hindi/ParseHin.gf @@ -7,7 +7,7 @@ concrete ParseHin of ParseEngAbs = AdjectiveHin, NumeralHin, ConjunctionHin, - VerbHin - [PassV2,ComplVV,VPSlashPrep], + VerbHin - [SlashV2V, PassV2, UseCopula, ComplVV, VPSlashPrep], AdverbHin, PhraseHin, SentenceHin,