public TextProcessor(long languageId) { _languageId = languageId; _textAnalyzer = TextAnalyzerFactory.Create(); _wordsQuery = new WordsQuery(); _sentencesQuery = new SentencesQuery(); _sentenceWordsQuery = new SentenceWordsQuery(_languageId); }
public KnowledgesParser() { _wordsQuery = new WordsQuery(); _sentencesQuery = new SentencesQuery(); }