mischkew / jwpl

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

[API] Add support for templates #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Information about which page contains which templates is interesting for many 
applications.
We should provide a tool that creates (optional) database tables containing 
this information.

The access methods should be places in a dedicated class, not the main 
"Wikipedia" class.

Original issue reported on code.google.com by oliver.ferschke on 3 Aug 2011 at 12:42

GoogleCodeExporter commented 9 years ago
Template data can be generated with 
de.tudarmstadt.ukp.wikipedia.api.WikipediaTemplateInfoGenerator

The generator produces a sql file that has to be imported into the existing 
jwpl db.

The data can then be accessed via
de.tudarmstadt.ukp.wikipedia.api.WikipediaTemplateInfo

Original comment by oliver.ferschke on 4 Aug 2011 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by oliver.ferschke on 16 Feb 2012 at 1:28