DmitryKey / simplenlg

Automatically exported from code.google.com/p/simplenlg
1 stars 0 forks source link

I can't initialize simpleNLG on android. #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I want to use simpleNLG to my test app 
   so, I made my test app (just very simple UI)
   and add simpleNLG libraries 
           >> simplenlg-v4.4.jar, lexCheck2006api.jar,lvg2006api.jar,
              lexAccess2011dist.jar, lexAccess2009dist.jar,   
2. But it was not initialized.
      Lexicon lexicon = Lexicon.getDefaultLexicon();
   I think it might be the probloem that can't find xml or something else files

What is the expected output? What do you see instead?
--How can I initialize simpleNLG to my app.

What version of the product are you using? On what operating system?
simpleNLG 4.4, Android 4.3

Please provide any additional information below.

Original issue reported on code.google.com by yours...@gmail.com on 2 Jan 2014 at 11:46