Changes between Version 1 and Version 2 of similarity_AcronymMatch


Ignore:
Timestamp:
06/12/06 12:24:03 (18 years ago)
Author:
endres
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • similarity_AcronymMatch

    v1 v2  
    1010 
    1111== Characteristics == 
    12 In order to demonstrate the abilities of this SimilarityMeasure, here some examples: 
     12In order to demonstrate the abilities of this SimilarityMeasure, here some examples (using the default values): 
    1313|| '''Frame A name''' || '''Frame B name''' || '''Measure value''' || 
    1414|| Graduate Management in Admission Test (Educational Testing Service) || GMAT || 1.00 || 
     
    3939 
    4040=== Parameters === 
    41 none 
     41|| '''Parameter name''' || '''ValueType''' || '''Default''' || '''Description''' || 
     42|| PARAM_MAX_ACRONYM_LENGTH || Integer || {{{12}}} || No acronyms longer than this value will be regarded, they will score 0.0 || 
     43|| PARAM_MAX_EXTENSIONS || Integer || {{{12}}} || the maximal number of extensions extracted of a word || 
     44|| PARAM_CASE_PENALTY || Float || {{{0.43}}} || the penalty given per acronym letter found wrong case in the term || 
     45|| PARAM_JUMP_PENALTY || Float || {{{4.00}}} || a penalty which is given if a large part of the term is jumped over || 
     46|| PARAM_INWORD_PENALTY || Float || {{{0.33}}} || the penalty given per acronym letter found within a word (not at the beginning) || 
    4247 
    4348=== Dependencies ===