public Map<String, List<Tree<String>>> buildTrees() {
   return grammarAnalyzer.buildTrees(infoMode, textGenerator);
 }