c# - Is to possible to detect part of speech (noun, verb, Adjective...) from microsoft azure text analytics service? -


i'm working on microsoft azure text analytics service. works in order find sentiment , keyword extraction given unstructured text i'm more interested find out part of speech given text, there workaround or way achieve this?

check out project splat microsoft research http://research.microsoft.com/en-us/projects/msrsplat/

from website

statistical parsing , linguistic analysis toolkit linguistic analysis toolkit. main goal allow easy access linguistic analysis tools produced natural language processing group @ microsoft research. tools include both traditional linguistic analysis tools such part-of-speech taggers , parsers, , more recent developments, such sentiment analysis (identifying whether particular of text has positive or negative sentiment towards focus)


Comments