mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -06:00
started grammar extending FreqFin with tricky clitic syntax
This commit is contained in:
@@ -6,7 +6,8 @@ main = do
|
||||
let funSet = S.fromList (map (head . words) (lines kotus))
|
||||
mapM_ putStrLn $ concatMap (prEntry funSet . mkOne) $ lines src
|
||||
|
||||
stoplist = S.fromList ["ei","olla","ei_ihme","eikä"]
|
||||
stoplist = S.fromList
|
||||
["ei","olla","ei_ihme","eikä","ettei","ellei","vaikkei","muttei","miksei","jollei","jottei"]
|
||||
|
||||
prEntry funSet (f,c,w,p@(k,n),i) = if n == 0 then [] else [
|
||||
unwords ["fun",f, " : ", c,";"],
|
||||
|
||||
Reference in New Issue
Block a user