Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.51 KB

README.md

File metadata and controls

40 lines (29 loc) · 1.51 KB

Retired Galago maven Jitpack.io

This version of Galago is kept around for determining backwards-compatibility with Galago indexes and scoring. It supports no new features or development.

  • Extraneous dependencies have been removed!
  • That means no HTML/Web server. This is probably the most controversial feature I've removed, but the old versions of Jetty are not getting any safer. Make your own little frontend with something quick & modern like Javalin.io.
  • No Wiki Parsing (also removed 3!!! XML libraries).
  • No Stanford NLP. (Saved you 4GiB of downloads!)
  • No galago typebuilder.
  • No new tupleflow pipelines.

Using it

You can also get instructions from the jitpack.io page.

  1. Add the jitpack.io repo:
	<repositories>
		<repository>
		    <id>jitpack.io</id>
		    <url>https://jitpack.io</url>
		</repository>
	</repositories>
  1. Add this as a dependency:
	<dependency>
	    <groupId>com.github.jjfiv</groupId>
	    <artifactId>retired-galago</artifactId>
	    <version>2021.04</version>
	</dependency>

License

Retired-Galago is distributed under the BSD license, like the original Lemur Project's Galago. See the LICENSE file for details.