This document discusses a parts of speech tagger web service that uses standard web service technologies like HTTP, SOAP and WSDL to provide an application programming interface for tagging strings with part-of-speech tags. The web service exposes a single method called PosTag that takes a string as a parameter and returns the tagged string.
Related topics: