Releases: mediacloud/cliff-annotator
v1.4.0
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
v1.2.0
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
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
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
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