Skip to content

Releases: CLARIAH/burgerLinker

burgerLinker v0.7

28 Apr 13:58
Compare
Choose a tag to compare

This version fixes a problem caused by external libraries when running burgerLinker in terminal

burgerLinker v0.6

06 Jun 20:56
Compare
Choose a tag to compare

This version fixes a bug in the closure function and updates the HDT library to the latest version (v 3.0.2)

burgerLinker v0.5

03 Sep 14:32
Compare
Choose a tag to compare
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

burgerLinker v0.4

25 Aug 19:19
Compare
Choose a tag to compare
burgerLinker v0.4 Pre-release
Pre-release

Closure function covers all types of links

burgerLinker v0.3

06 May 07:43
Compare
Choose a tag to compare
burgerLinker v0.3 Pre-release
Pre-release

Bug fixes, and added the following tool parameters:

--ignoreDate (optional, default = False) add this flag without a value (i.e. True) for ignoring the date consistency check before saving a link. By default, the tool only saves links that are temporally consistent (e.g. when linking newborns to deceased individuals, the tool checks whether the date of death is later than the individual's date of birth)

--ignoreBlock:(optional, default = False) add this flag without a value (i.e. True) for not requiring the equality of the last names' first letter of the matched individuals. By default, the tool only saves links between individuals that at least have the same first letter of their last names

burgerLinker v0.2

02 Mar 08:41
Compare
Choose a tag to compare
burgerLinker v0.2 Pre-release
Pre-release

This is the first release of the burgerLinker tool. This version, released as a Runnable JAR file, supports the following functionalities:

  • ShowDatasetStats
  • ConvertToHDT
  • Within_B_M
  • Within_B_D
  • Between_B_M
  • Between_B_D
  • Between_M_M
  • Between_D_M
  • Closure