2930313233343536373839
private ModelFactory() { try { parseSentence = new ParseSentence(); parseText = new ParseText(); parsePhrase = new ParsePhrase(); } catch (IOException e) { e.printStackTrace(); //ToDo DO THIS!!! }