mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 04:02:52 -06:00
Renamed removeEmptyCats to bottomUpFilter.
This commit is contained in:
@@ -96,7 +96,7 @@ makeSimpleSRG opt s =
|
||||
l = fmap (replace '_' '-') $ getOptVal opts speechLanguage
|
||||
(cats,cfgRules) = unzip $ preprocess $ cfgToCFRules s
|
||||
preprocess = removeLeftRecursion origStart
|
||||
. removeEmptyCats
|
||||
. bottomUpFilter
|
||||
. topDownFilter origStart
|
||||
. removeIdenticalRules
|
||||
. removeCycles
|
||||
|
||||
Reference in New Issue
Block a user