mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -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