diff options
Diffstat (limited to 'deprecated/old-lib/resource/norwegian/ExtraNor.gf')
| -rw-r--r-- | deprecated/old-lib/resource/norwegian/ExtraNor.gf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deprecated/old-lib/resource/norwegian/ExtraNor.gf b/deprecated/old-lib/resource/norwegian/ExtraNor.gf new file mode 100644 index 000000000..1cfd1008b --- /dev/null +++ b/deprecated/old-lib/resource/norwegian/ExtraNor.gf @@ -0,0 +1,8 @@ +concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor in { + + lin + PossNP np pro = { + s = \\c => np.s ! NPNom ++ pro.s ! NPPoss np.a.gn ; ---- c + a = np.a + } ; +} |
