summaryrefslogtreecommitdiff
path: root/src/GF/Speech/SRG.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2007-03-20 22:09:17 +0000
committerbringert <bringert@cs.chalmers.se>2007-03-20 22:09:17 +0000
commit7ae2e0167889e6fde45fcd175d3dfab0029f973a (patch)
tree6dca582ff723888669f7401139e06342330c8e08 /src/GF/Speech/SRG.hs
parent00e681aee886c3b12acbaf07068571238a955ed2 (diff)
Remove removeIdenticalRules, since it would get rid of alternative parse results.
Diffstat (limited to 'src/GF/Speech/SRG.hs')
-rw-r--r--src/GF/Speech/SRG.hs1
1 files changed, 0 insertions, 1 deletions
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