File tree 1 file changed +3
-2
lines changed
src/edu/stanford/nlp/semgraph/semgrex/ssurgeon
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 135
135
* {@code editNode} will edit the attributes of a word.
136
136
* {@code -node} is the node to edit.
137
137
* {@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,
140
141
* please file an issue on github.
141
142
*</p><p>
142
143
* {@code lemmatize} will put a lemma on a word.
You can’t perform that action at this time.
0 commit comments