Skip to content

Commit 541d3ec

Browse files
committed
Fix doc error
1 parent 6501baf commit 541d3ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/trees/ud/EnglishMWTCombiner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public SemanticGraph combineMWTs(SemanticGraph sg) {
3030
" </ssurgeon-pattern>",
3131
" <ssurgeon-pattern>",
3232
" <uid>3</uid>",
33-
" <notes>Edit a node's MWT for cannot</notes>",
33+
" <notes>Edit a node's MWT for wanna/gonna</notes>",
3434
" <semgrex>" + XMLUtils.escapeXML("{word:/(?i)wan|gon/;after://}=first . {word:/(?i)na/}=second") + "</semgrex>",
3535
" <edit-list>CombineMWT -node first -node second</edit-list>",
3636
" </ssurgeon-pattern>",

0 commit comments

Comments
 (0)