openvinotoolkit / openvino_tokenizers

OpenVINO Tokenizers extension
Apache License 2.0
23 stars 19 forks source link

Fix corner case with empty string for EqualStr #85

Closed rkazants closed 7 months ago

rkazants commented 7 months ago

Details: The issue leads to failures in TextVectorization for white-space input strings. Tested by https://github.com/openvinotoolkit/openvino/pull/23572.

Ticket: 135749