chokkan / crfsuite

CRFsuite: a fast implementation of Conditional Random Fields (CRFs)
http://www.chokkan.org/software/crfsuite/
Other
641 stars 208 forks source link

Deprecate Python SWIG binding and make python-crfsuite the canonical binding? #109

Open cynthia opened 5 years ago

cynthia commented 5 years ago

SWIG in general renders pretty unfriendly APIs from a end user perspective. It's probably worth looking into deprecating cases where there is a more mature/user-friendly binding.

In particular, Python seems to have python-crfsuite which has much wider traction and is actively maintained.