mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
moved lib/next-resource to next-lib/src, to enable linking with next-lib as value of GF_LIB_PATH
This commit is contained in:
9
next-lib/src/norwegian/ExtraNorAbs.gf
Normal file
9
next-lib/src/norwegian/ExtraNorAbs.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
-- Structures special for Norwegian. These are not implemented in other
|
||||
-- Scandinavian languages.
|
||||
|
||||
abstract ExtraNorAbs = ExtraScandAbs ** {
|
||||
|
||||
fun
|
||||
PossNP : NP -> Pron -> NP ; -- bilen min
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user