stephantul / reach

Load embeddings and featurize your sentences.
MIT License
24 stars 6 forks source link

Move from string to hashable #30

Closed stephantul closed 1 year ago

stephantul commented 1 year ago

We currently type everything as if all items are strings, but actually they can be any hashable. The typing and docs should be updated to reflect this.