burgerLinker v0.5
Pre-release
Pre-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