configurations for MorphoDictSwe ; more things to do e.g. with compounds

This commit is contained in:
aarneranta
2020-03-02 11:18:18 +01:00
parent b12eb72744
commit bcb811cfcb
3 changed files with 20 additions and 0 deletions

View File

@@ -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

View File

@@ -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) ;

View File

@@ -0,0 +1,4 @@
abstract MorphoDictSweAbs =
Cat [N,A,V,Adv,Prep] **
{