public NaivePOSTagger(IPosTagResolver frequentList, IWordTypeResolver wordType)
 {
     this.frequentList = frequentList;
     this.wordType     = wordType;
 }
 public void Setup()
 {
     instance = WordTypeResolver.Instance;
 }