mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-01 15:22:50 -06:00
Remove removeIdenticalRules, since it would get rid of alternative parse results.
This commit is contained in:
@@ -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
|
||||
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user