1
0
forked from GitHub/gf-core

discontinuous Ger AP part in UttAP

This commit is contained in:
aarne
2015-07-27 09:18:14 +00:00
parent 6519a3b72e
commit 6a9083bc9e

View File

@@ -18,7 +18,7 @@ concrete PhraseGer of Phrase = CatGer ** open Prelude, ResGer in {
UttAdv adv = adv ;
UttCN n = {s = n.s ! Strong ! Sg ! Nom} ;
UttCard n = {s = n.s ! Neutr ! Nom} ;
UttAP ap = {s = ap.s ! APred} ;
UttAP ap = {s = ap.s ! APred ++ ap.ext} ;
UttInterj i = i ;
NoPConj = {s = []} ;