1
0
forked from GitHub/gf-rgl

fixed the word order of Scand discontious conjunctions: antinger jag vinner eller... -> antingen vinner jag eller...

This commit is contained in:
aarne
2015-05-22 11:31:57 +00:00
parent 67365e9037
commit 9a024f6625
8 changed files with 27 additions and 22 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ incomplete concrete CatScand of Cat =
-- Structural
Conj = {s1,s2 : Str ; n : Number} ;
Conj = {s1,s2 : Str ; n : Number ; isDiscont : Bool} ; -- isDiscont: there is an adverb: antingen vinner jag eller du vinner
Subj = {s : Str} ;
Prep = {s : Str} ;