Package simplenlg.morphology.english

Examples of simplenlg.morphology.english.MorphologyProcessor


    setLexicon(lexicon);
  }

  @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();
View Full Code Here

TOP

Related Classes of simplenlg.morphology.english.MorphologyProcessor

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.