File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/edu/stanford/nlp/semgraph/semgrex Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 190
190
* the potential match will not be accepted.
191
191
* <br>
192
192
* This is only legal on relations with only one link between the two endpoints.
193
- * Other relations (such as grandparent) will throw an exception.
193
+ * Other relations (such as grandparent) will throw a parse exception.
194
194
*
195
195
* <h3>TODO</h3>
196
196
* At present a Semgrex pattern will match only once at a root node, even if there is more than one way of satisfying
197
197
* it under the root node. Probably its semantics should be changed, or at least the option should be given, to return
198
- * all matches, as is the case for Tregex.
198
+ * all matches, as is the case for Tregex. (Is this still true? It seems to match multiple times from root.)
199
199
*
200
200
* @author Chloe Kiddon
201
201
*/
You can’t perform that action at this time.
0 commit comments