Modifier and Type | Class and Description |
---|---|
class |
NaiveListMatcher<T>
Implements a naive list searcher, only for debugging purposes.
|
Modifier and Type | Method and Description |
---|---|
void |
Sentence.addTopKView(String viewName,
List<View> view)
Overrides for forbidden methods.
|
void |
Sentence.addView(String viewName,
View view) |
void |
Sentence.addViews(String[] viewNames,
View[] views) |
void |
Sentence.removeAllViews() |
void |
Sentence.removeView(String viewName) |
void |
Sentence.setTokens(String[] tokens,
IntPair[] tokenCharacterOffsets) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<String> |
LineIO.read(String fileName)
An implementation of
read(String, Transformer<String, T>) . |
Modifier and Type | Class and Description |
---|---|
class |
CuratorClient
UPDATE: While
CuratorClient will still be able to
provide TextAnnotation s and
View s, the canonical
way to access the Curator is now through the CuratorAnnotatorService (which
creates a AnnotatorService object). |
Constructor and Description |
---|
PairwiseAgreement(int numAnnotators,
int numItems,
int numLabels) |
Constructor and Description |
---|
TemporalChunkerAnnotator(boolean lazilyInitialize) |
Copyright © 2017. All rights reserved.