onnx / sklearn-onnx

Convert scikit-learn models and pipelines to ONNX
Apache License 2.0
554 stars 104 forks source link

Add converter for CountVectorizer with "char" analyzer #537

Open amirubin87 opened 4 years ago

amirubin87 commented 4 years ago

Add converter for CountVectorizer with "char" analyzer

Getting:

NotImplementedError: CountVectorizer cannot be converted, only tokenizer='word' is supported. You may raise an issue at https://github.com/onnx/sklearn-onnx/issues.

Thanks for your support :-)

xadupre commented 4 years ago

This issue is connected to #446. There is no easy way to fix them right now. This is a work in progress without any fixed deadline.