| Class | Description |
|---|---|
| AnnotatedTextReader |
CanNOT handle overlapping labeled text (that is one token cannot belong to
multiple labels)! Note that there has to be spaces around the tags
<label> and </label> for the reader to work correctly!
|
| ApplyPatterns<E extends Pattern> |
Applying SurfacePattern to sentences.
|
| CreatePatterns<E> | |
| DataInstanceSurface |
Created by sonalg on 11/1/14.
|
| LearnImportantFeatures |
The idea is that you can learn features that are important using ML algorithm
and use those features in learning weights for patterns.
|
| PatternsForEachToken<E> |
Created by Sonal Gupta on 10/8/14.
|
| PatternsForEachTokenDB<E extends Pattern> |
Created by sonalg on 10/22/14.
|
| PatternsForEachTokenInMemory<E extends Pattern> |
Created by sonalg on 10/22/14.
|
| PatternToken |
Class to represent a target phrase.
|
| ScorePatternsF1<E> |
Used if patternScoring flag is set to F1 with the seed pattern.
|
| SurfacePattern |
To represent a surface pattern in more detail than TokenSequencePattern (this
class object is eventually compiled as TokenSequencePattern via the toString
method).
|
| SurfacePatternFactory |
Created by sonalg on 10/27/14.
|
| Token |
Currently can handle only ORs.
|
| Enum | Description |
|---|---|
| SurfacePatternFactory.Genre |