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/CFGToFiniteState.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/GF/Speech/CFGToFiniteState.hs') diff --git a/src/GF/Speech/CFGToFiniteState.hs b/src/GF/Speech/CFGToFiniteState.hs index d9f8c31fa..6f93da40e 100644 --- a/src/GF/Speech/CFGToFiniteState.hs +++ b/src/GF/Speech/CFGToFiniteState.hs @@ -66,7 +66,6 @@ makeSimpleRegular :: Options -> StateGrammar -> CFRules makeSimpleRegular opts s = makeRegular $ preprocess $ cfgToCFRules s where start = getStartCatCF opts s preprocess = fix (topDownFilter start . bottomUpFilter) - . removeIdenticalRules . removeCycles -- -- cgit v1.2.3