Skip to content

Commit d1e483d

Browse files
committed
Update a comment on the -updateMorphoFeatures ability of Ssurgeon EditNode
1 parent f16b16e commit d1e483d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@
135135
* {@code editNode} will edit the attributes of a word.
136136
* {@code -node} is the node to edit.
137137
* {@code ...attributes...} are the attributes to change, same as with {@code addDep}
138-
* {@code -morphofeatures ...} will set the features to be exactly as written. TODO: if anyone
139-
* needs the ability to add or remove features without resetting the entire features map,
138+
* {@code -morphofeatures ...} will set the features to be exactly as written.
139+
* {@code -updateMorphoFeatures ...} will edit or add the features without overwriting existing features.
140+
* TODO: if anyone needs the ability to remove features without resetting the entire features map,
140141
* please file an issue on github.
141142
*</p><p>
142143
* {@code lemmatize} will put a lemma on a word.

0 commit comments

Comments
 (0)