mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 06:22:51 -06:00
added NP examples and French
This commit is contained in:
@@ -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 ()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user