Package simplenlg.realiser.english

Examples of simplenlg.realiser.english.Realiser.initialise()


        }
        UnWrapper w = new UnWrapper(lexicon);
        DocumentElement t = w.UnwrapDocumentElement(wt);
        if (t != null) {
          Realiser r = new Realiser(lexicon);
          r.initialise();

          NLGElement tr = r.realise(t);

          output = tr.getRealisation();
        }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.