Skip to content

Commit eb4d58d

Browse files
committed
encoding problem?
1 parent ef9baf0 commit eb4d58d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/Ssurgeon.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
* {@code -pos ...} sets the xpos of the word, {@code -cpos ...} sets the upos of the word, etc.
117117
* You cannot set the index of a word this way; an exception will be thrown.
118118
* To put whitespace in an attribute, you can quote it.
119-
* So, for example, a Vietnamese word can be set as {@code -word "xin chào"}
119+
* So, for example, a Vietnamese word can be set as {@code -word "xin chào"}
120120
*</p><p>
121121
* {@code editNode} will edit the attributes of a word.
122122
* {@code -node} is the node to edit.

0 commit comments

Comments
 (0)