| Class | Description |
|---|---|
| AnnotatorTester |
The testing class for MentionAnnotator
Validating if the annotator is working as expected
|
| ArrayToParser |
This is a Parser that reads a List of Objects and
returns all Objects in the form of Parser.
|
| BIOCombinedReader | |
| BIOFeatureExtractor |
This is the FeatureExtractor Class for the lbj file
We define most of the features here
Each static function performs an extraction on a given target
|
| BIOReader |
The reader file which reads B/I/O/(L/U) tag for each word of a certain corpus
|
| BIOTester |
This is for running testers and utilities.
|
| ColumnFormatReader |
This is a reader similar to ACEReader
It reads column formatted files and returns TextAnnotations.
|
| ExtentReader |
This is the reader for extends
Given a head, it reads all tokens to either head's left and right
with the head itself into a Relation
It stops until reading one token-head pair where the token is not part of the head's extent
|
| ExtentTester |
This is the tester and utilities for extent classification given heads
|
| MentionAnnotator |
This class gives a given TextAnnotation a new View ViewNames.MENTION
The View contains Constituents that are annotated mentions of the given TextAnnotation
The annotator requires POS View to work.
|
Copyright © 2017. All rights reserved.