Skip to content

burgerLinker v0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@raadjoe raadjoe released this 03 Sep 14:32
· 47 commits to main since this release

This version supports one-to-one matching, using the --singleInd flag.

Example: for matching newborns to deceased individuals (with a maximum Levenshtein distance of 2) without the requirement of matching their parents as well, you can use the following command:

java -jar burgerLinker.jar --function Within_B_D --inputData dataDirectory/myCivilRegistries.hdt --outputDir . --maxLev 2 --singleInd