1
0
forked from GitHub/gf-rgl

added dummy implementations for DAP and DetDAP

This commit is contained in:
krangelov
2019-03-04 20:39:04 +01:00
parent 87152d3650
commit 11314bdc41
2 changed files with 2 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ concrete CatFin of Cat = CommonX ** open ResFin, StemFin, Prelude in {
CN = {s : NForm => Str ; h : Harmony} ;
Pron = {s : NPForm => Str ; a : Agr ; hasPoss : Bool ; poss : Str} ;
NP = {s : NPForm => Str ; a : Agr ; isPron : Bool ; isNeg : Bool} ;
Det = {
DAP, Det = {
s1 : Case => Str ; -- minun kolme
s2 : Harmony => Str ; -- -ni (Front for -nsä, Back for -nsa)
sp : Case => Str ; -- se (substantival form)

View File

@@ -264,6 +264,7 @@ concrete NounFin of Noun = CatFin ** open ResFin, MorphoFin, StemFin, Prelude in
isPron = False ; isNeg = det.isNeg
} ;
DetDAP d = d ;
oper
numN : NForm -> Number = \nf -> case nf of {