mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
refactored Scandinavian NP agreement features
This commit is contained in:
@@ -20,7 +20,7 @@ lin
|
||||
|
||||
pot01 = {
|
||||
s = \\f => table {
|
||||
NCard g => case g of {Neutr => "ett" ; _ => "en"} ;
|
||||
NCard g => case g of {NNeutr => "ett" ; NUtr _ => "en"} ; ---- ei ?
|
||||
_ => "første"
|
||||
} ;
|
||||
n = Sg
|
||||
|
||||
Reference in New Issue
Block a user