|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.pipeline.AnnotatorFactory
public abstract class AnnotatorFactory
A Factory for creating a certain type of Annotator.
| Field Summary | |
|---|---|
protected java.util.Properties |
properties
|
| Constructor Summary | |
|---|---|
protected |
AnnotatorFactory(java.util.Properties properties)
|
| Method Summary | |
|---|---|
abstract Annotator |
create()
Creates and returns an Annotator given the local properties. |
abstract java.lang.String |
signature()
Creates the annotator's signature given the current properties. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final java.util.Properties properties
| Constructor Detail |
|---|
protected AnnotatorFactory(java.util.Properties properties)
| Method Detail |
|---|
public abstract Annotator create()
create in interface Factory<Annotator>public abstract java.lang.String signature()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||