Package simplenlg.orthography.english

Examples of simplenlg.orthography.english.OrthographyProcessor


  @Override
  public void initialise() {
    this.morphology = new MorphologyProcessor();
    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
View Full Code Here

TOP

Related Classes of simplenlg.orthography.english.OrthographyProcessor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.