Skip to content

Initialising simplenlg takes very long time (factory, lexicon, realiser) @ Android #16

Description

@GoogleCodeExporter
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.com on 17 Dec 2011 at 10:03

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions