removed some clashes from Dictionary ; corrected the probability of IdRP after elimination of that_RP

This commit is contained in:
aarne
2014-05-06 21:43:51 +00:00
parent b0504d2c4a
commit f4ca89a416
21 changed files with 451 additions and 459 deletions

View File

@@ -97,7 +97,7 @@ splitFun f = case span (/='_') (reverse f) of (tac,nuf) -> (reverse nuf, reverse
------ word statistics
isUnchecked line = isInfixOf "--" line -- checked = no comments
isUnknown line = isInfixOf "variants" line -- known = not variants {}
isUnknown line = isInfixOf "{}" line -- known = not variants {}
statLang lang = do
dict <- readFile (gfFile "Dictionary" lang) >>= return . lines