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.
You can also get instructions from the jitpack.io page.
- Add the jitpack.io repo:
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
- Add this as a dependency:
<dependency>
<groupId>com.github.jjfiv</groupId>
<artifactId>retired-galago</artifactId>
<version>2021.04</version>
</dependency>
Retired-Galago is distributed under the BSD license, like the original Lemur Project's Galago. See the LICENSE file for details.