Skip to content
/ uimademo Public

A small UIMA demo combining OpenNLP with RuTA through UIMA.

Notifications You must be signed in to change notification settings

DrDub/uimademo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UIMA DEMO

A small UIMA demo combining OpenNLP with RuTA through UIMA.

Provided by KeaText (https://keatext.com) for the Big Data Week Montreal (2015).

Public Domain.

To run:

$ mvn clean install assembly:single

$ java -jar target/uimademo-0.0.1-SNAPSHOT.jar 8080

$ echo "I want to give $ 50 to Joe" | curl -s -XPUT https://localhost:8080/ --data-binary @/dev/stdin

[{"transfers":["give $ 50 to"],"percentages":[],"moneys":["$ 50 to"],"times":[],"dates":[],"locations":[],"organizations":[],"tokens":["I","want","to","give","$","50","to","Joe"],"people":["Joe"]}]

About

A small UIMA demo combining OpenNLP with RuTA through UIMA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages