|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.processmining.plugins.log.abstraction.mapping.suggestion.StanfordPOSTagger
public class StanfordPOSTagger
| Field Summary | |
|---|---|
protected edu.stanford.nlp.tagger.maxent.MaxentTagger |
tagger
|
| Constructor Summary | |
|---|---|
protected |
StanfordPOSTagger()
|
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
extractNouns(java.lang.String taggedString)
|
static StanfordPOSTagger |
getInstance()
|
edu.stanford.nlp.tagger.maxent.MaxentTagger |
getTagger()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected edu.stanford.nlp.tagger.maxent.MaxentTagger tagger
| Constructor Detail |
|---|
protected StanfordPOSTagger()
| Method Detail |
|---|
public static StanfordPOSTagger getInstance()
public edu.stanford.nlp.tagger.maxent.MaxentTagger getTagger()
public java.util.Set<java.lang.String> extractNouns(java.lang.String taggedString)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||