JedAIToolkit icon indicating copy to clipboard operation
JedAIToolkit copied to clipboard

An open source, high scalability toolkit in Java for Entity Resolution.

Results 14 JedAIToolkit issues
Sort by recently updated
recently updated
newest added

I have my own custom data csv files for both dataset as well as ground truth file, can anyone help me to use this file to get result. Actually it...

I get the following error after specifying input sources and then pressing "Next" button in Data Reading Step in JedAI UI: ``` The input files could not be read successfully....

I had a look at the code of the SiGMa Similarity in class `CharacterNGramsWithGlobalWeights` and it seems to be exactly the same code as in the Generalized Jaccard Similarity. Am...

I got the following error when I tried blocking with schema clusters: `java.lang.ArrayIndexOutOfBoundsException: Index 1 out of bounds for length 1 at org.scify.jedai.blockbuilding.AbstractBlockBuilding.lambda$parseIndex$10(AbstractBlockBuilding.java:167) at java.base/java.util.HashMap.forEach(HashMap.java:1336) at org.scify.jedai.blockbuilding.AbstractBlockBuilding.parseIndex(AbstractBlockBuilding.java:164) at org.scify.jedai.blockbuilding.AbstractBlockBuilding.readBlocks(AbstractBlockBuilding.java:196) at...

Users of jedai-core are unable to extend the library to utilize a custom similarity metric or entity matching method due to the enums defined in the project (e.g. `SimilarityMetric`, `EntityMatchingMethod`,...

I am trying to download the pre-compiled version from the http://jedai.scify.org website. When I click on **Download desktop** app for both "Desktop application for Entity Resolution" and "Workbench tool," I...

I am using the [following release](https://github.com/scify/JedAIToolkit/releases/tag/v1.3) And I am trying the `jedaiDesktopApp-1.1.jar` with the following datasets (from the samples) : abtBuyIdDuplicates (for D1) abtBuyProfiles (for truth file) ![image](https://user-images.githubusercontent.com/8935151/49830395-0c025500-fd5f-11e8-8518-ff206ab1376c.png) But I...

I cloned the project to my local and followed the steps listed in the readme , but it fails to build with the error below : ``` git clone https://github.com/scify/JedAIToolkit.git...

Hello, In the entity matching step I'm trying to combine different bag models with similarity measures for the dirty dataset "movies" in the [data folder](https://github.com/scify/JedAIToolkit/tree/mavenizedVersion/jedai-core/data). Unfortunately I'm unable to get...

Hi, I'm tried some tests with JedAI tool. This tool is useful for my job and I think that it has big potentiality. I've downloaded the attached file in nt...