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 efe5a14 commit ebb4210Copy full SHA for ebb4210
src/edu/stanford/nlp/semgraph/semgrex/SemgrexPattern.java
@@ -36,7 +36,7 @@
36
* <p>
37
* For example, {@code {lemma:slice;tag:/VB.*/}} represents any verb nodes
38
* with "slice" as their lemma. Attributes are extracted using
39
- * {@code edu.stanford.nlp.ling.AnnotationLookup}.
+ * {@link edu.stanford.nlp.ling.AnnotationLookup}.
40
41
* The root of the graph can be marked by the $ sign, that is {@code {$}}
42
* represents the root node.
0 commit comments