You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still, our custom implementation of the CSV reader gets confused by the separator, when it's not a comma. The best approach is to format your dataset like the Leipzig benchmarks (https://dbs.uni-leipzig.de/research/projects/object_matching/benchmark_datasets_for_entity_resolution), using comma as a separator and quotes for the values. Below you can find screenshots showing that JedAI can successfully read the csv files of the Abt-Buy dataset.
Btw, some of the Leipzig datasets involve more than than one duplicate per entity, even though they are Clean-Clean ER datasets. This is not supported by JedAI, which automatically removes equivalence clusters with more than two entities and prints the relevant messages in the command line.
Hi, it is possible to have sample files in .csv format for
because .csv files with any formatting will not work.
The error from JedAI-gui is the following:
Thanks you for the support
The text was updated successfully, but these errors were encountered: