From 466813f1e8ab6c73b8850b153628c92676c816bb 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 --- lib/src/hindi/ParseHin.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/hindi/ParseHin.gf b/lib/src/hindi/ParseHin.gf index 25d81d4ef..960a37ce7 100644 --- a/lib/src/hindi/ParseHin.gf +++ b/lib/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,