You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simstring matcher uses 'sets' to store strings, but 'sets' are not supported by all serializers. We have to specifically use 'pickle' serializer.
The issue is that 'sets' is the correct data structure to use (performance is hindered substantially if other collection data structures are used instead).
The text was updated successfully, but these errors were encountered:
Simstring matcher uses 'sets' to store strings, but 'sets' are not supported by all serializers. We have to specifically use 'pickle' serializer.
The issue is that 'sets' is the correct data structure to use (performance is hindered substantially if other collection data structures are used instead).
The text was updated successfully, but these errors were encountered: