mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 08:58:55 -06:00
added VocNP
This commit is contained in:
@@ -9,5 +9,6 @@ concrete PhraseMkd of Phrase = CatMkd ** open Prelude, ResMkd in {
|
||||
NoPConj = {s = []} ;
|
||||
|
||||
NoVoc = {s = []} ;
|
||||
VocNP np = {s = SOFT_BIND++"," ++ np.vocative} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user