Entity Resolution(ER) is the process of identifying and linking different records that refer to the same real-world entity. It is commonly used in data integration, data cleansing, fraud detection, ...
FastER is our newly developed open-source framework designed to efficiently perform on-demand entity resolution, specifically tailored for property graph datasets. All code is written in Python 3, ...