this.morphology.initialise();
this.orthography = new OrthographyProcessor();
this.orthography.initialise();
this.syntax = new SyntaxProcessor();
this.syntax.initialise();
this.formatter = new TextFormatter();
//AG: added call to initialise for formatter
this.formatter.initialise();
}