diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-03-20 22:09:17 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-03-20 22:09:17 +0000 |
| commit | 7ae2e0167889e6fde45fcd175d3dfab0029f973a (patch) | |
| tree | 6dca582ff723888669f7401139e06342330c8e08 /src/GF/Speech/CFGToFiniteState.hs | |
| parent | 00e681aee886c3b12acbaf07068571238a955ed2 (diff) | |
Remove removeIdenticalRules, since it would get rid of alternative parse results.
Diffstat (limited to 'src/GF/Speech/CFGToFiniteState.hs')
| -rw-r--r-- | src/GF/Speech/CFGToFiniteState.hs | 1 |
1 files changed, 0 insertions, 1 deletions
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 -- |
