RUNTIME: 3 hours 53 minutes 51 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=Lin

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

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

//The path to WordNet dictionary database files
lexical.wordnet.path=./resource/dictionaryDB

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

//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

//Driver to be used in order to connect to knowledge source DB
lexical.db.driver=org.apache.derby.jdbc.EmbeddedDriver

//The URL to the knowledge source DB
lexical.db.url=jdbc:derby:./resource/UMLS_DB

//The username to be used in order to access the knowledge source DB
lexical.db.username=null

//The password to be used in order to access the knowledge source DB
lexical.db.password=null

//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

