Skip to content

Commit aa7c6e8

Browse files
Update README.md (#49)
1 parent b5bfa48 commit aa7c6e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Entity Matching Model (EMM) solves the problem of matching company names between two possibly very
1111
large datasets. EMM can match millions against millions of names with a distributed approach.
1212
It uses the well-established candidate selection techniques in string matching,
13-
namely: tfidf vectorization combined with cosine similarity (with significant optimization),
13+
namely: tfidf vectorization combined with cosine similarity (with significant optimization, in part thanks to [sparse_dot_topn](https://github.com/ing-bank/sparse_dot_topn)),
1414
both word-based and character-based, and sorted neighbourhood indexing.
1515
These so-called indexers act complementary for selecting realistic name-pair candidates.
1616
On top of the indexers, EMM has a classifier with optimized string-based, rank-based, and legal-entity
@@ -141,4 +141,4 @@ Please note that INGA-WB provides support only on a best-effort basis.
141141

142142
## License
143143

144-
Copyright ING WBAA 2023. Entity Matching Model is completely free, open-source and licensed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).
144+
Copyright ING WBAA 2026. Entity Matching Model is completely free, open-source and licensed under the [MIT license](https://en.wikipedia.org/wiki/MIT_License).

0 commit comments

Comments
 (0)