RUNTIME: 4 minutes 59 seconds

FOR THIS TEST ASMOV CONFUGURATION WAS AS FOLLOWS:

//Knowledge source to use (WN | UMLS | none)
lexical.thesaurus=UMLS

//Algorithm for lexical similarity (Lin | Wu&Palmer | none)
lexical.semanticSimilarityAlgorithm=none

//Flag indicating to include id in the lexical similarity or not (true | false)
lexical.useIdOfNodesForLexicalSim=false

//Format of thesaurus (File System | database)
lexical.thesaurusAccessMethod=File System

//The path to UMLS dictionary database files
lexical.umls.path=./resource/UMLS/2009AA

//Flags indicating whether to go through the graph validation process (true | false)
validation.useValidationTree=true

//Flags indicating whether to go through the pruning process (true | false)
validation.usePruningProcess=true

//Threshold that limit the acceptable confidence value that may appear in the alignment.
threshold.validMapping=0.01

//Threshold that adjust the confidence values calculate. Any calculated confidences than falls below this threshold is set to 0.
threshold.negligeableMeasure=0.01

