Need an Arabic part of speech tagger (AKA an Arabic POS Tagger)? How about German or Italian? You’re in luck - Repustate’s internal POS taggers have been opened up via our API to give our developers the ability to slice and dice multilingual text the way we do.
The documentation for the POS tagger API call outlines all you need to know to get started. With this new API call you get:
- English POS tagger
- German POS tagger
- Chinese POS tagger
- French POS tagger
- Italian POS tagger
- Spanish POS tagger
- Arabic POS tagger
Beyond this, we’ve unified the tag set you get from the various POS taggers so that you only have to write code once to handle all languages. The complete tag set includes nouns, adjectives, verbs, adverbs, punctuation marks, conjunctions and prepositions. Give it a shot and let us know what you think.