Hi,

I tried to use the wikiparser and had the following:

With
val parer = WikiParser.getInstance("simple")

and running it with sbt I was told, that WikiParser could not be found.

With
val parser = new WikiParserWrapper("simple")

I had the error: NoSuchFunction for page.format.

With
val parser = new SimpleWikiParser()

everything works fine.

Any ideas what's wrong?

thx,
Karsten
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to