https://github.com/openeventdata/cliff_container
Dockerized CLIFF
https://github.com/openeventdata/cliff_container
Last synced: 11 months ago
JSON representation
Dockerized CLIFF
- Host: GitHub
- URL: https://github.com/openeventdata/cliff_container
- Owner: openeventdata
- Created: 2016-07-01T16:56:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-01T16:56:41.000Z (almost 10 years ago)
- Last Synced: 2025-02-28T13:20:46.807Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/caerusassociates/cliff_container)
# cliff_compose
Dockerized CLIFF
This repo contains a Dockerfile for building MIT's CLIFF geolaocation server. CLIFF takes text as input and returns a structured list of the places the text is about. It is built on Berico Technologies' [CLAVIN](https://github.com/Berico-Technologies/CLAVIN) geotagging and geoparsing software and Stanford's
[CoreNLP](http://nlp.stanford.edu/software/corenlp.shtml) natural language parsing software.
Setup
--------
Build the image using `docker build` and run using `docker run`. The server is exposed on port 8080 and the endpoint can be reached like so:
```
http://localhost:8080/CLIFF-2.0.0/parse/text?q=In%20Syria,%20two%20airstrikes%20west%20of%20Al-Hasakah%20successfully%20struck%20multiple%20ISIL%20buildings,%20including%20an%20air%20observation%20building%20and%20staging%20areas.
```