mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-25 02:38:55 -06:00
discontinuous Ger AP part in UttAP
This commit is contained in:
@@ -18,7 +18,7 @@ concrete PhraseGer of Phrase = CatGer ** open Prelude, ResGer in {
|
|||||||
UttAdv adv = adv ;
|
UttAdv adv = adv ;
|
||||||
UttCN n = {s = n.s ! Strong ! Sg ! Nom} ;
|
UttCN n = {s = n.s ! Strong ! Sg ! Nom} ;
|
||||||
UttCard n = {s = n.s ! Neutr ! 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 ;
|
UttInterj i = i ;
|
||||||
|
|
||||||
NoPConj = {s = []} ;
|
NoPConj = {s = []} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user