|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.stanford.nlp.tagger.maxent.Extractor
edu.stanford.nlp.tagger.maxent.DictionaryExtractor
edu.stanford.nlp.tagger.maxent.ExtractorVerbalVBNZero
public class ExtractorVerbalVBNZero
Look for verbs selecting a VBN verb. This is now a zeroeth order observed data only feature. But reminiscent of what was done in Toutanova and Manning 2000. It doesn't seem to help tagging performance any more.
| Field Summary |
|---|
| Fields inherited from class edu.stanford.nlp.tagger.maxent.DictionaryExtractor |
|---|
dict |
| Constructor Summary | |
|---|---|
ExtractorVerbalVBNZero(int bound)
|
|
| Method Summary | |
|---|---|
boolean |
precondition(java.lang.String tag)
This evaluates any precondition for a feature being applicable based on a certain tag. |
java.lang.String |
toString()
|
| Methods inherited from class edu.stanford.nlp.tagger.maxent.DictionaryExtractor |
|---|
setGlobalHolder |
| Methods inherited from class edu.stanford.nlp.tagger.maxent.Extractor |
|---|
isDynamic, isLocal, leftContext, rightContext |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExtractorVerbalVBNZero(int bound)
| Method Detail |
|---|
public boolean precondition(java.lang.String tag)
Extractor
precondition in class Extractortag - The possible tag that the feature will be generated for
public java.lang.String toString()
toString in class Extractor
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||