public DependencyParser() {
   ConfigService cs = new ConfigService();
   try {
     this.maltService = new MaltParserService();
     maltService.initializeParserModel(cs.getMaltParams());
   } catch (MaltChainedException e) {
     e.printStackTrace();
   }
 }