Remove removeIdenticalRules, since it would get rid of alternative parse results.

This commit is contained in:
bringert
2007-03-20 22:09:17 +00:00
parent 00e681aee8
commit 7ae2e01678
3 changed files with 0 additions and 10 deletions

View File

@@ -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