Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalelane/bluemixuima
A UIMA Hello World for BlueMix
https://github.com/dalelane/bluemixuima
Last synced: about 2 months ago
JSON representation
A UIMA Hello World for BlueMix
- Host: GitHub
- URL: https://github.com/dalelane/bluemixuima
- Owner: dalelane
- License: mit
- Created: 2014-04-13T20:16:55.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-25T22:17:48.000Z (over 10 years ago)
- Last Synced: 2024-10-14T10:34:25.568Z (3 months ago)
- Language: Java
- Size: 4.47 MB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
A UIMA Hello World for BlueMix
==============================This is a sample for how to do text analytics using Apache UIMA in a BlueMix application.
The "analytics" that the app is doing is trivial, but this is just a Hello World. It's intended to be an example of the config needed to define a UIMA analytics pipeline, wrap it in a REST API, and deploy it as a BlueMix application.
When I get a chance, I'll write a follow-up application that does something more useful.
It's deployed to BlueMix at http://uimahelloworld.mybluemix.net/
It's documented at http://dalelane.co.uk/blog/?p=3073