Instant Part-of-speech tagging with CRFs

Pick a language: . Write a single sentence of text. The part-of-speech tagging result will be displayed in real time.

Ceci est un test.

How does it work? This is a javascript implementation of a Conditional Random Field decoder. Model weights are loaded on demand from the server and the result is updated as you type.
Click more... to toggle the internals of the decoder.