mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 21:22:50 -06:00
10 lines
203 B
Plaintext
10 lines
203 B
Plaintext
-- Structures special for Norwegian. These are not implemented in other
|
|
-- Scandinavian languages.
|
|
|
|
abstract ExtraNnoAbs = ExtraScandAbs ** {
|
|
|
|
fun
|
|
PossNPPron : NP -> Pron -> NP ; -- bilen min
|
|
|
|
}
|