|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.pipeline.Requirement
public class Requirement
Stores and describes a set of requirements for the typical use of the pipeline. For example, the POS tagger requires that tokenizer and ssplit have run, etc. Implements a conjunction of disjunctions.
| Constructor Summary | |
|---|---|
Requirement(java.lang.String... disjunctions)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getMissingRequirement(java.util.Set<java.lang.String> alreadyAdded)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Requirement(java.lang.String... disjunctions)
| Method Detail |
|---|
public java.lang.String getMissingRequirement(java.util.Set<java.lang.String> alreadyAdded)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||