nkprasad12 / morcus-net

Source code for Morcus Latin Tools.
https://morcus.net
GNU General Public License v3.0
6 stars 3 forks source link

Investigate CRF Taggers #32

Open nkprasad12 opened 1 year ago

nkprasad12 commented 1 year ago

Tyler Kirby suggested that I look into the existing CRF Tagger in CLTK.

This may be a link to the paper that inspired this: https://aclanthology.org/L16-1240/ Link in the API: https://docs.cltk.org/en/latest/cltk.tag.html#cltk.tag.pos.POSTag.tag_crf

nkprasad12 commented 1 year ago

Attempting to run it locally, but I ran into https://github.com/cltk/cltk/issues/1205