Skip to content

CASM-Consulting/baleen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Baleen

See readme of upstream project here .

Getting Started

Run cd baleen; mvn package; ./start.sh to build an executable and run it.

Once running, the server can be accessed at http://localhost:6413. Use HTTP POST requests to have Baleen annotate data for you:

wget http://0.0.0.0:3124/sussex/consume --post-data='data=[{"text":"hello from www.google.com in Germany","id":"4"},{"text":"hello from www.google.com in Germany and drink 2 pints of water every day","id":"3"}]' -qO-

Responses are in the form

[{"text":"hello from www.google.com in Germany","id":"1","locations":[],"urls":["www.google.com"],"quantities":[]},{"text":"hello from www.google.com in Germany and drink 2 pints of water every day","id":"2","locations":[],"urls":["www.google.com"],"quantities":["2 pints"]}]

Currently only quantities, URLs and locations are extracted and returned.

About

Entity Extraction Text Processor

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 80.2%
  • JavaScript 14.6%
  • HTML 3.2%
  • CSS 2.0%