forked from GitHub/gf-core
infinitive marks in EmbedVP, bugs noticed
This commit is contained in:
@@ -36,6 +36,6 @@ concrete SentenceEng of Sentence = CatEng ** open ResEng in {
|
||||
|
||||
EmbedS s = {s = conjThat ++ s.s} ;
|
||||
EmbedQS qs = {s = qs.s ! QIndir} ;
|
||||
EmbedVP vp = {s = infVP vp (agrP3 Sg)} ; --- agr
|
||||
EmbedVP vp = {s = "to" ++ infVP vp (agrP3 Sg)} ; --- agr
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user