public SentenceParserTests()
 {
     _configuration  = Utility.LoadConfiguration();
     _wordParser     = new WordParser(_configuration);
     _sentenceParser = new SentenceParser(_wordParser, _configuration);
 }