mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-15 23:06:03 -06:00
configurations for MorphoDictSwe ; more things to do e.g. with compounds
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
N : N mkN 0 2 4 6
|
||||||
|
A : A mkA 0 2 4 8 10
|
||||||
|
V : V mkV 6 0 4 2 8 10
|
||||||
|
V2 : V mkV 6 0 4 2 8 10
|
||||||
|
Adv : Adv mkAdv 0
|
||||||
|
Prep : Prep mkPrep 0
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
concrete MorphoDictSwe of MorphoDictSweAbs =
|
||||||
|
CatSwe [N,A,V,Adv,Prep] **
|
||||||
|
open
|
||||||
|
ParadigmsSwe
|
||||||
|
in
|
||||||
|
{
|
||||||
|
|
||||||
|
oper mkkN : (apa,apan,apor,aporna,ap : Str) -> N
|
||||||
|
= \apa,apan,apor,aporna,ap -> changeCompoundN ap (mkN apa apan apor aporna) ;
|
||||||
|
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
abstract MorphoDictSweAbs =
|
||||||
|
Cat [N,A,V,Adv,Prep] **
|
||||||
|
{
|
||||||
|
|
||||||
Reference in New Issue
Block a user