Commit 382055f
committed
Scaffolding for the VariableStrings which doesn't do anything yet - would need to parse the strings and match against them in the matchers
Implement part of the SemgrexParser part of the variableGroups change. Unfortunately, it is not correct until we process one matcher per regex rather than trying to keep one matcher for all the attributes1 parent 8eba4a3 commit 382055f
File tree
8 files changed
+125
-77
lines changed- src/edu/stanford/nlp/semgraph/semgrex
- test/src/edu/stanford/nlp/semgraph/semgrex
8 files changed
+125
-77
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | 54 | | |
62 | 55 | | |
63 | 56 | | |
| |||
586 | 579 | | |
587 | 580 | | |
588 | 581 | | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
589 | 585 | | |
590 | 586 | | |
591 | 587 | | |
| |||
595 | 591 | | |
596 | 592 | | |
597 | 593 | | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
598 | 597 | | |
| 598 | + | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
0 commit comments