Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Releases: mediacloud/cliff-annotator

v2.6.1

01 Apr 19:42
Compare
Choose a tag to compare

Update some build-related problems, mostly with Maven configuration and requirements.

v2.6.0

04 Nov 20:57
Compare
Choose a tag to compare

A bunch of infrastructure tweaks:

  • Multi-lingual support at the query level (add language=EN to the end of your query - ES and DE also supported but not tested well)
  • Configuration now in env-vars (the only one is INDEX_PATH and it defaults intelligently so you shouldn't have to make any changes)
  • updated NER models to latest

v2.5.0

31 Oct 16:52
Compare
Choose a tag to compare

A number of updates from contributors!

  • Update Stanford NER library to v3.9.2
  • Relies on Java 11 (required by Stanford)
  • Logs to STDOUT
  • Fixes various tests to pass

v2.4.2

08 Jan 14:36
Compare
Choose a tag to compare

Change logging to ERROR to reduce giant log files that happen in default installs and fill our hard drives.

v2.4.1

30 Nov 13:03
Compare
Choose a tag to compare

Upgrades underlying libraries and models.

v2.3.0

29 Jul 20:21
Compare
Choose a tag to compare

This release adds a new plugin architecture so you can swap out entity recognizers (thanks to @owaaa). It also upgrades the default Stanford NER to v3.4.1.

The jar attached is built on Mac OS X Yosemite 10.10.2 with Java(TM) SE Runtime Environment (build 1.7.0_51-b13)

v2.2.0

24 Jun 14:45
Compare
Choose a tag to compare

This release adds geoname ancestry to the geonames?id=[ID] endpoint.

The jar attached is built on Mac OS X Yosemite with Java(TM) SE Runtime Environment (build 1.7.0_51-b13)

v2.1.1

01 May 16:49
Compare
Choose a tag to compare

This release fixes a bug in the replaceAllDemonyms logic (bug #34).

The jar attached is built on Mac OS X Yosemite with Java(TM) SE Runtime Environment (build 1.7.0_51-b13)

v2.1.0

28 Apr 13:51
Compare
Choose a tag to compare

This release completes our integration with CLAVIN 2.0. This causes a performance hit, but brings us in line with their latest code. Otherwise it is identical to CLIFF v1.4.1. Note that you will need to build a new IndexDirectory with CLAVIN 2.0.0 for this to work (and link it to /etc/cliff2/IndexDirectory).

The jar attached is built on Mac OS X Yosemite with Java(TM) SE Runtime Environment (build 1.7.0_51-b13)

v1.4.1

06 Apr 16:30
Compare
Choose a tag to compare

Adds in better disambiguation logic or choosing between a state and city of the same name. Also changes co-logications to prefer places in the same country AND state.

The jar attached is built on Mac OS X Yosemite with Java(TM) SE Runtime Environment (build 1.7.0_51-b13).