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

Releases: mediacloud/cliff-annotator

v1.4.0

02 Apr 16:20
Compare
Choose a tag to compare

This release adds a new /extract?url=http://my.site.com/story-to-extract-content-from endpoint. See the documentation on the extract method.

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

v1.3.0

02 Apr 15:49
Compare
Choose a tag to compare

This release fixes a number of small bugs related to the disambiguation algorithm.

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

v1.2.0

02 Mar 17:01
Compare
Choose a tag to compare

This includes geonames ids for the state and country in the places JSON results. Note that this deploys to a CLIFF-1.2.0 path, so you can run this in parallel with v1.1.1.

You can deploy this with Tomcat7, but you'll still need to compile a CLAVIN IndexDirectory to /etc/cliff/IndexDirectory for it to work. Then you can hit http://myhost:8080/CLIFF-1.2.0/geonames?id=6252001 to test it out.

The attached WAR is built against java 1.6.0_34 on Mac OS X.

v1.1.1

25 Nov 21:42
Compare
Choose a tag to compare

This includes a new /geonames endpoint to return JSON data about a GeoName entry by id. Note that this deploys to a CLIFF-1.1.1 path, so you can run this in parallel with v1.0.0 (which deploys to CLIFF)

You can deploy this with Tomcat7, but you'll still need to compile a CLAVIN IndexDirectory to /etc/cliff/IndexDirectory for it to work. Then you can hit http://myhost:8080/CLIFF-1.1.1/geonames?id=6252001 to test it out.

The attached WAR is built against java 1.7.0_51 on Mac OS X

v2.0.0

05 Nov 18:57
Compare
Choose a tag to compare

This new release is built on CLAVIN 2.0.0. To upgrade you need to build a new IndexDirectory with CLAVIN 2.0.0, and link it /etc/cliff2/IndexDirectory .

You can test it once deployed at http://myhost:8080/CLIFF-2.0.0/parse/text?q=This is about India to test it out.

The attached WAR is built against java 1.7.0_51-b13 on Mac OS X 10.9.5.

NOTE: this release has a performance slow-down, as noting in CLAVIN bug report #104

v1.1.0

25 Nov 21:40
Compare
Choose a tag to compare

Our second public release! This includes tweaks to the JSON format for the place focus results (formally called about), so upgrading will require you to make changes if you use those results. Note that this deploys to a CLIFF-1.1.0 path, so you can run this in parallel with v1.0.0 (which deploys to CLIFF)

You can deploy this with Tomcat7, but you'll still need to compile a CLAVIN IndexDirectory to /etc/cliff/IndexDirectory for it to work. Then you can hit http://myhost:8080/CLIFF-1.1.0/parse/text?q=This is about India to test it out.

The attached WAR is built against java 1.7.0_51 on Mac OS X

v1.0.0

25 Jun 19:12
Compare
Choose a tag to compare

Our first public release! You can deploy this with Tomcat7, but you'll still need to compile a CLAVIN IndexDirectory to /etc/cliff/IndexDirectory for it to work. Then you can hit http://myhost:8080/CLIFF/parse/text?q=This is about India to test it out.