ReLinker is a comprehensive C# record linkage (entity resolution) system designed to identify and match duplicate or related records across datasets. The system implements sophisticated algorithms for blocking, similarity computation, probabilistic matching, and clustering to efficiently process large datasets and find potential matches.
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
devlog 4 worked one revamping the interface of the package and worked on some builder stuff so that it looks better and feels better to write and also added a fuzzy logic filtering thing in my code
Welp devlog #3 I did a lot of debugging there was a bug when using prrallel loops i had my models as static classes which was breaking when you were using multiple threads and yeah it sucked but i managed to crash my pc TWICE so freaking annoying but i fixed it and now im setting up the interface now so thatll be the next devlog maybe also added the default c# logging
wow ive done a lot lol ive added from the words of my last github commit Update solution and add database loading functionality which means i added it so that i or a user can just have the name of the database theyre using which is like postgres or like mysql and it adds like one line but ive mainly focused on checking the performance of my libaray and the performance which is crazy so ill go into a little detail I got all the colleges in the US as a csv and i got another csv of all the colleges in my state (about 3k records) and with referencing all of the fields like zip adress name etc I got a 93% accuracy (there were some that werent refrenced in all of the united states colleges) so it actually got a 98% accuracy which is CRAZY so today was mainly testing ill work on performance and more features next (mainly performance)
First devlog it's crazy lol but I have added all sorts of stuff on the automation side of stuff on GitHub (that's why xml is my 2nd most used lang) so far I have a total of 115 downloads!!!! I released v1 preview yesterday but I have a lot I plan to add to it