forked from GitHub/gf-rgl
improved parsing of gfe
This commit is contained in:
@@ -8,8 +8,11 @@ incomplete concrete QuestionsI of Questions = open Resource in {
|
|||||||
Entity = N ;
|
Entity = N ;
|
||||||
Action = V2 ;
|
Action = V2 ;
|
||||||
|
|
||||||
lin Who love_V2 man_N = QuestPhrase (UseQCl (PosTP TPresent ASimul) (QPredV2 who8one_IP love_V2 (IndefNumNP NoNum (UseN man_N)))) ;
|
lin
|
||||||
lin Whom man_N love_V2 = QuestPhrase (UseQCl (PosTP TPresent ASimul) (IntSlash who8many_IP (SlashV2 (DefOneNP (UseN man_N)) love_V2))) ; -- AMBIGUOUS
|
Who love_V2 man_N = QuestPhrase (UseQCl (PosTP TPresent ASimul) (QPredV2 who8one_IP love_V2 (IndefNumNP NoNum (UseN man_N)))) ;
|
||||||
lin Answer woman_N love_V2 man_N = IndicPhrase (UseCl (PosTP TPresent ASimul) (SPredV2 (DefOneNP (UseN woman_N)) love_V2 (IndefNumNP NoNum (UseN man_N)))) ;
|
Whom man_N love_V2 = QuestPhrase (UseQCl (PosTP TPresent ASimul) (IntSlash who8many_IP (SlashV2 (DefOneNP (UseN man_N)) love_V2))) ; -- AMBIGUOUS:
|
||||||
|
-- QuestPhrase (UseQCl (PosTP TPresent ASimul) (IntSlash who8one_IP (SlashV2 (DefOneNP (UseN man_N)) love_V2))) ;
|
||||||
|
|
||||||
|
Answer woman_N love_V2 man_N = IndicPhrase (UseCl (PosTP TPresent ASimul) (SPredV2 (DefOneNP (UseN woman_N)) love_V2 (IndefNumNP NoNum (UseN man_N)))) ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -8,8 +8,9 @@ incomplete concrete QuestionsI of Questions = open Resource in {
|
|||||||
Entity = N ;
|
Entity = N ;
|
||||||
Action = V2 ;
|
Action = V2 ;
|
||||||
|
|
||||||
lin Who love_V2 man_N = in Phr "who loves men ?" ;
|
lin
|
||||||
lin Whom man_N love_V2 = in Phr "whom does the man love ?" ;
|
Who love_V2 man_N = in Phr "who loves men ?" ;
|
||||||
lin Answer woman_N love_V2 man_N = in Phr "the woman loves men ." ;
|
Whom man_N love_V2 = in Phr "whom does the man love ?" ;
|
||||||
|
Answer woman_N love_V2 man_N = in Phr "the woman loves men ." ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user