Exemplo n.º 1
0
 public SentencesParser(IRawSentencesParser rawSentencesParser, IWordsParser wordsParser)
 {
     this.rawSentencesParser = rawSentencesParser;
     this.wordsParser        = wordsParser;
 }