b

blacklab

BlackLab is a corpus retrieval engine written in Java, built on top of 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.
Files download
File Operation
blacklab-3.0.1.jar download
blacklab-3.0.1.pom download
blacklab-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>nl.inl.blacklab</groupId>
  <artifactId>blacklab</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'nl.inl.blacklab:blacklab:3.0.1'
Gradle Kotlin
implementation("nl.inl.blacklab:blacklab:3.0.1")
Scala SBT
libraryDependencies += "nl.inl.blacklab" % "blacklab" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='nl.inl.blacklab', module='blacklab', version='3.0.1')
)
Apache Ivy
<dependency org="nl.inl.blacklab" name="blacklab" rev="3.0.1" />
Leiningen
[nl.inl.blacklab/blacklab "3.0.1"]
Apache Buildr
'nl.inl.blacklab:blacklab:jar:3.0.1'