org.processmining.plugins.log.abstraction.mapping.suggestion
Class StanfordPOSTagger

java.lang.Object
  extended by org.processmining.plugins.log.abstraction.mapping.suggestion.StanfordPOSTagger

public class StanfordPOSTagger
extends java.lang.Object

Author:
bs0005ygu

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

tagger

protected edu.stanford.nlp.tagger.maxent.MaxentTagger tagger
Constructor Detail

StanfordPOSTagger

protected StanfordPOSTagger()
Method Detail

getInstance

public static StanfordPOSTagger getInstance()

getTagger

public edu.stanford.nlp.tagger.maxent.MaxentTagger getTagger()
Returns:
the tagger

extractNouns

public java.util.Set<java.lang.String> extractNouns(java.lang.String taggedString)