@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