entity-embed icon indicating copy to clipboard operation
entity-embed copied to clipboard

PyTorch library for transforming entities like companies, products, etc. into vectors to support scalable Record Linkage / Entity Resolution using Approximate Nearest Neighbors.

Results 4 entity-embed issues
Sort by recently updated
recently updated
newest added

Is it possible to use custom pre-trained word embeddings? The current ones all seem to be in English and I want to load embeddings in other languages. Relevant section of...

Hey, I would like to experiment with your framework and the [deepmatcher benchmark data sets](https://github.com/anhaidgroup/deepmatcher/blob/master/Datasets.md). Unfortunately, the splits of these data sets are not along clusters as your framework expects...

hi @fjsj, i was having a hard time getting things running on a mac m1, so i created a dockerfile to help get things going. to test: ```console > docker...