Commit c230b41 1 parent 310b431 commit c230b41 Copy full SHA for c230b41
File tree 1 file changed +6
-6
lines changed
data/edu/stanford/nlp/upos
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ TO=target <... {/.*/}
37
37
38
38
relabel target ADP
39
39
40
-
40
+ % Don't do this, we are now treating these as copular constructions
41
41
% VB.* -> AUX (for passives where main verb is part of an ADJP)
42
- @VP < (/^VB/=target < /^(?i:am|is|are|r|be|being|'s|'re|'m|was|were|been|s|ai|m|art|ar|wase|get|got|getting|gets|gotten)$/ ) < (@ADJP [ < VBN|VBD | < (@VP|ADJP < VBN|VBD) < CC ] )
43
-
44
- relabel target AUX
45
-
42
+ % @VP < (/^VB/=target < /^(?i:am|is|are|r|be|being|'s|'re|'m|was|were|been|s|ai|m|art|ar|wase|get|got|getting|gets|gotten)$/ ) < (@ADJP [ < VBN|VBD | < (@VP|ADJP < VBN|VBD) < CC ] )
43
+ %
44
+ % relabel target AUX
45
+ %
46
46
% VB.* -> AUX (for cases with fronted main VPs)
47
47
@SINV < (@VP < (/^VB/=target < /^(?i:am|is|are|r|be|being|'s|'re|'m|was|were|been|s|ai|m|art|ar|wase)$/ ) $-- (@VP < VBD|VBN))
48
48
@@ -64,7 +64,7 @@ VP < VP < (/^VB.*$/=target <... {/.*/})
64
64
relabel target AUX
65
65
66
66
% VB -> AUX (active, case 2)
67
- @SQ|SINV < (/^VB/=target $++ /^(?:VP|ADJP )/ <... {/.*/})
67
+ @SQ|SINV < (/^VB/=target $++ /^(?:VP)/ <... {/.*/})
68
68
69
69
relabel target AUX
70
70
You can’t perform that action at this time.
0 commit comments