|
|||||||||
| 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
Creates annotators
| 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 We use to understand if the user wants to recreate the same annotator type but with different parameters. |
| 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 | ||||||||