We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e483d commit d2895eeCopy full SHA for d2895ee
src/edu/stanford/nlp/semgraph/semgrex/NodeAttributes.java
@@ -22,6 +22,7 @@
22
public class NodeAttributes {
23
private boolean root;
24
private boolean empty;
25
+ // String, String, Boolean: key, value, negated
26
private List<Triple<String, String, Boolean>> attributes;
27
private Set<String> positiveAttributes;
28
0 commit comments