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.
https://github.com/INL/BlackLab
The Apache License, Version 2.0
Instituut voor Nederlandse Taal (INT)
Jan Niestadt Jesse de Does
文件下载
文件名 操作
blacklab-1.4.1.jar 下载
blacklab-1.4.1.pom 下载
blacklab-1.4.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nl.inl.blacklab</groupId>
  <artifactId>blacklab</artifactId>
  <version>1.4.1</version>
</dependency>
Gradle Groovy
implementation 'nl.inl.blacklab:blacklab:1.4.1'
Gradle Kotlin
implementation("nl.inl.blacklab:blacklab:1.4.1")
Scala SBT
libraryDependencies += "nl.inl.blacklab" % "blacklab" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='nl.inl.blacklab', module='blacklab', version='1.4.1')
)
Apache Ivy
<dependency org="nl.inl.blacklab" name="blacklab" rev="1.4.1" />
Leiningen
[nl.inl.blacklab/blacklab "1.4.1"]
Apache Buildr
'nl.inl.blacklab:blacklab:jar:1.4.1'