From 7ae2e0167889e6fde45fcd175d3dfab0029f973a Mon Sep 17 00:00:00 2001 From: bringert Date: Tue, 20 Mar 2007 22:09:17 +0000 Subject: Remove removeIdenticalRules, since it would get rid of alternative parse results. --- src/GF/Speech/SRG.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/GF/Speech/SRG.hs') diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index edd02a21b..995eb3b2e 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -97,7 +97,6 @@ makeSimpleSRG opt s = (cats,cfgRules) = unzip $ preprocess $ cfgToCFRules s preprocess = removeLeftRecursion origStart . fix (topDownFilter origStart . bottomUpFilter) - . removeIdenticalRules . removeCycles names = mkCatNames name cats rs = map (cfgRulesToSRGRule names probs) cfgRules -- cgit v1.2.3