dirkweissenborn / ctakes-server

A simple REST-server around ctakes clinical pipeline.
30 stars 15 forks source link

POST #1

Closed jtgreen closed 8 years ago

jtgreen commented 8 years ago

This is great! I've been meaning to do this for awhile. This is a big help!

Any plan to make this accept larger documents with post commands?

Thanks!

dirkweissenborn commented 8 years ago

POST is already working, just didn't give an example. Just post the document as a string to the server. Give it a try.

jtgreen commented 8 years ago

This is wonderful work, thank you.As I understand it, it simply runs the uima pipeline in whatever desc file an simply deploys the cas as a json restful output, correct? Just sitting on top of ctakes? Or does it do special post processing? Thanks

On May 3, 2016 at 01:19:58 MDT, Dirk Weissenborn notifications@github.com wrote:Closed #1. —You are receiving this because you authored the thread.Reply to this email directly or view it on GitHub

dirkweissenborn commented 8 years ago

No special post processing. Keys are taken directly from the CAS. It takes whatever desc your feeding it.