# BlackLab **Repository Path**: mirrors_allenai/BlackLab ## Basic Information - **Project Name**: BlackLab - **Description**: A corpus retrieval engine based on Apache Lucene - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README == BlackLab == This is a fork of the open source Java implementation of BlackLab (https://github.com/INL/BlackLab) ported to work with SBT, and has some fixes to reduce memory usage. It gets published to Maven Central under package name `org.allenai.blacklab`. All package referenences are changed from `nl.inl` to `org.allenai` in the Java source code. === What is BlackLab? === BlackLab is a corpus retrieval engine built on top of [http://lucene.apache.org/ Apache Lucene]. It allows fast, complex searches with accurate hit highlighting on large, tagged and annotated, bodies of text. It was developed at the Institute of Dutch Lexicology (INL) to provide a fast and feature-rich search interface on our historical and contemporary text corpora. We're also working on BlackLab Server, a web service interface to BlackLab, so you can access it from any programming language. See the ALPHA version here: https://github.com/INL/BlackLab-server BlackLab is licensed under the [http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0]. More information: * [https://github.com/INL/BlackLab/wiki/Features List of features] * [https://github.com/INL/BlackLab/wiki/Try-BlackLab-online Try an online demo] * [https://github.com/INL/BlackLab/wiki/Frequently-Asked-Questions Frequently Asked Questions] * [https://github.com/INL/BlackLab/wiki/Building-and-testing-BlackLab Build and test it yourself] (it's easy, promise!) * [https://github.com/INL/BlackLab/wiki/Example-application The example application explained in detail] * [http://inl.github.io/BlackLab/javadoc/index.html Browse the Javadoc] (or [https://github.com/INL/BlackLab/wiki/Building-and-testing-BlackLab build the most recent one from source]) * [https://github.com/INL/BlackLab/wiki/BlackLab-blog BlackLab blog] * Follow [https://twitter.com/BlackLabINL @BlackLabINL] on Twitter! * For technical questions, contact Jan Niestadt (jan.niestadt@inl.nl)