What steps will reproduce the problem?
1. initiate factory, lexicon, realiser), like this:
lexicon = new XMLLexicon();
factory = new NLGFactory(lexicon);
realiser = new Realiser();
at least on Android 2.3+ (tablet or mobile) it will take about 10-20 seconds
What version of the product are you using? On what operating system?
2. I use simpleNLG 4.2 French modification
3. It would be very helpful to be able to save the state (on of solutions would
require implementing Parcelable, that don't seem to be super straightforward on
complex data structures) and load it again directly into memory or to have the
performance improved.
Original issue reported on code.google.com by
Vidmanta...@gmail.comon 17 Dec 2011 at 10:03