This web-service does morphology analysis and pos tagging. The service processes POST requests containing TCF data with tokens.
You can test the morphology analysis service using curl or wget as follows:
curl -H 'content-type: text/tcf+xml' --data-binary @input.xml -X POST annotate/marmot/stream
curl -H 'content-type: text/tcf+xml' --data-binary @input.xml -X POST annotate/marmot/bytes
wget --post-file=input.xml --header='Content-Type: text/tcf+xml' annotate/marmot/stream
wget --post-file=input.xml --header='Content-Type: text/tcf+xml' annotate/marmot/bytes