swamikevala

Results 16 issues of swamikevala

Hi, I'd like to use this module for online schema traversal and validation in a vue.js web application. I'm using webpack, and I'm getting some compilation errors when I import...

When storing a large file (over 2 hours). With AVAILABLE_PROCESSORS=0 It looks like the java process goes to sleep midway through. Running strace on the PID gives this message: futex(0x7fe0b8229078,...

enhancement

constructor parameters not assigned to the class properties

The PrintToFile.toCSV() method should output the original entity urls, and should be in a format which is easier to import into a database. e.g. 3 columns: custer_id, dataset, entity_url

StandardBlocking.getTokens() throws null pointer exception when input parameter is null. We ought to stop null values from being added to the EntityProfile when reading from a database

The second URL of every row is mapped to 0. So all of the records in the first column of the CSV file are considered duplicates (via transitive closure).

https://themorningcontext.com/

Bug in Jaro implementation (in JaroWinkler comparator class) String1 = "sarathchandran k" String2 = "sarath chandran" current code gives transpositions t=4 - but there should be none

bug
Component-Comparators

When I run Duke via the API (from Java servlet) using the MapDBBlockingDatabase, the index is always overwritten, even if I have set processor = new Processor(dukeConfig, false); If the...

Implemented functionality to save intermediate state of genetic algorithm, so that we can restart from the same point we left off - by dumping full genetic population after each generation....