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:
https://pypi.org/project/python-crfsuite/
(Big disclaimer, though: I am a noob at this, and therefore might not notice if it was doing a bad job!)
@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
@BayesForDays last time i had a sequence tagging problem i used https://github.com/flairNLP/flair. If i was to do it now, i'd definitely also throw a huggingface transformer at my problem