| Package | Description |
|---|---|
| edu.nyu.jet.pat |
The Pat package encapsulates the basic pattern application
mechanism of Jet, sets of pattern/action rules which can be applied
to a document to add or modify annotations on the document. The external
form of the pattern language is described below; the classes used
to encode these patterns are summarized separately.
|
| Modifier and Type | Method and Description |
|---|---|
PatternGraph |
SpanBindingPatternElement.toGraph(Id id)
converts the pattern element to its pattern graph representation,
including a separate GetStartPatternElement and GetEndPatternElement.
|
PatternGraph |
PatternReference.toGraph(Id id)
converts the PatternReference to a graph which can be inserted into
a pattern graph.
|
PatternGraph |
PatternSequence.toGraph(Id id)
converts the PatternSequence to a graph representation.
|
PatternGraph |
PatternRepetition.toGraph(Id id)
converts a PatternRepetition to its graph representation.
|
PatternGraph |
AtomicPatternElement.toGraph(Id id) |
abstract PatternGraph |
PatternElement.toGraph(Id id) |
PatternGraph |
PatternAlternation.toGraph(Id id) |
Copyright © 2016 New York University. All rights reserved.