added NP examples and French

This commit is contained in:
aarne
2007-06-03 15:10:18 +00:00
parent 8918619a15
commit 0a9b72dd90
7 changed files with 98 additions and 38 deletions

View File

@@ -13,7 +13,7 @@ mkgfs = do
addLin s = case words s of
c@('e':'x':_):_ -> appendFile script ("l " ++ cc ++ "\n") where
cc = case take 2 (reverse c) of
--- "PV" -> "utt " ++ c
"PV" -> "utt " ++ c
_ -> c
_ -> return ()