allenai / ike

Build tables of information by extracting facts from indexed text corpora via a simple and effective query language.
http://allenai.org/software/interactive-knowledge-extraction/
Apache License 2.0
56 stars 20 forks source link

Technical Debt: IKE uses older version of BlackLab #215

Open sbhaktha opened 8 years ago

sbhaktha commented 8 years ago

We use our own fork of BlackLab which is not up to date and uses an old version of Lucene. Trying to use the latest version opens a huge can of worms from the ml subpackage not building due to API changes in BlackLab (resulting from its change in Lucene dependency). This needs to be cleaned up at some point.