cisco / mindmeld

An Open Source Conversational AI Platform for Deep-Domain Voice Interfaces and Chatbots.
http://mindmeld.com
Apache License 2.0
677 stars 186 forks source link

Remove existing dependency of CRFSuite #416

Closed vrdn-23 closed 2 years ago

vrdn-23 commented 2 years ago

Once the PyTorch CRF PR gets merged, and we are good to make sure nothing fails, we can safely remove the dependency on CRFSuite and also remove/refactor the old CRFSuite code out of the mindmeld repo. It would also make sense to rename the "torch-crf" as "crf" once it becomes the default CRF implementation.

This was mentioned as part of this PR discussion.