Esempio n. 1
0
 public LinesReader(IWordsParser parser)
 {
     _parser = parser;
 }
Esempio n. 2
0
 public SentencesParser(IRawSentencesParser rawSentencesParser, IWordsParser wordsParser)
 {
     this.rawSentencesParser = rawSentencesParser;
     this.wordsParser        = wordsParser;
 }