coriane / jwpl

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

getLanguages() returns null #88

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

I'm using api-0.9.1.

// body = raw text of: http://de.wikipedia.org/wiki/Americium
parser = new MediaWikiParserFactory(Language.german);
ParsedPage pp = parser.parse(body);

// This returns null, instead of more than a dozen of languages
pp.getLanguages();

Original issue reported on code.google.com by xiaoruo...@gmail.com on 12 Apr 2012 at 5:59