lingo.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
A place for linguists, philologists, and other lovers of languages.

Server stats:

63
active users

C 🇵🇸🏳️‍⚧️

question but is there a good off-the-shelf python package for CRFs these days? I want one and I know nobody does this but a guy can dream

while i'm here can I ask the same thing but for viterbi?

@BayesForDays
I’ve been playing with python-crfsuite, which seems to work pretty well:
pypi.org/project/python-crfsui
(Big disclaimer, though: I am a noob at this, and therefore might not notice if it was doing a bad job!)

PyPIpython-crfsuitePython binding for CRFsuite

@BayesForDays General CRF or linear chain CRF? Pure python (yay no compiler issues! ugh slow!) or python bindings?

@__isaac_s__ Now that you ask, this is a vanilla sequence tagging problem (sort of like BIO/NER work) and I'm not really sure what's most appropriate