Skip to content

Commit d2895ee

Browse files
committed
Add a tiny bit of doc
1 parent d1e483d commit d2895ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/edu/stanford/nlp/semgraph/semgrex/NodeAttributes.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
public class NodeAttributes {
2323
private boolean root;
2424
private boolean empty;
25+
// String, String, Boolean: key, value, negated
2526
private List<Triple<String, String, Boolean>> attributes;
2627
private Set<String> positiveAttributes;
2728

0 commit comments

Comments
 (0)