forked from GitHub/gf-rgl
Maltese RG: make pro-drop explicit. Other small fixes in Structural, Lexicon.
This commit is contained in:
@@ -19,10 +19,11 @@ concrete SentenceMlt of Sentence = CatMlt ** open
|
||||
-- John walks
|
||||
PredVP np vp =
|
||||
let
|
||||
subj : Str = case np.isPron of {
|
||||
True => [] ; -- omit subject pronouns
|
||||
False => np.s ! NPNom
|
||||
} ;
|
||||
-- subj : Str = case np.isPron of {
|
||||
-- True => [] ; -- omit subject pronouns
|
||||
-- False => np.s ! NPNom
|
||||
-- } ;
|
||||
subj : Str = np.s ! NPNom ;
|
||||
in
|
||||
mkClause subj np.a vp ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user