File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/edu/stanford/nlp/semgraph/semgrex/ssurgeon Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments