added VP exx

This commit is contained in:
aarne
2007-06-03 09:42:49 +00:00
parent 01840d027d
commit 8918619a15
4 changed files with 70 additions and 30 deletions

View File

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