diff options
| author | bringert <bringert@cs.chalmers.se> | 2007-03-20 21:15:59 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2007-03-20 21:15:59 +0000 |
| commit | a8d356d59913f0ac32b1066fadca0fb674d79385 (patch) | |
| tree | d5e868911cab2086694c304068f00f6515ed4a52 /src/GF/Speech/SRG.hs | |
| parent | fbe8282027629e93df2121523074f85ed048d1bb (diff) | |
Renamed removeEmptyCats to bottomUpFilter.
Diffstat (limited to 'src/GF/Speech/SRG.hs')
| -rw-r--r-- | src/GF/Speech/SRG.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Speech/SRG.hs b/src/GF/Speech/SRG.hs index 0b964e468..9dbfe4606 100644 --- a/src/GF/Speech/SRG.hs +++ b/src/GF/Speech/SRG.hs @@ -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 |
