rust-ml / nlp-discussion

15 stars 0 forks source link

Existing work: Part-of-speech tagging #3

Open danieldk opened 5 years ago

danieldk commented 5 years ago

sticker is a neural sequence labeler (bidi RNNs or dilated convolution networks) that can do part-of-speech tagging. We use it for tagging German, with an accuracy of 99.10% for in-domain data.

I have outlined a list of items that we are working on in #6.