GlobalMaksimum / sadedegel

A General Purpose NLP library for Turkish
http://sadedegel.ai
MIT License
93 stars 15 forks source link

Make SBD independent of Sklearn version by utilizing ONNX runtime #300

Open askarbozcan opened 2 years ago

askarbozcan commented 2 years ago

Currently, SBD's reliance on a pickled Sklearn model forces Sadedegel to use a fixed 0.23.1 version of Sklearn. This might cause issues when installing Sadedegel.

TODO: Convert the pipeline to be independent of Sklearn pickled model by converting it into an ONNX model and using it instead.