<Whatever>
<!--<param name="stopwordFile">/home/common_place/om06/alignapi/stopword.list</param>-->

<param name="stringFunction">levenshteinDistance</param>

<param name="indriorweka">indri</param>
<param name="wekadatadir">/home/common_place/om06/wekadata</param>
<param name="indridatadir">/home/common_place/om06/indridata</param>
<param name="stopwordxml">/home/common_place/om06/alignapi/stopword.xml</param>

<param name="bigOntoThreshold">100000000</param><!--M*N-->

<param name="extractType">naive</param><!--TopKInRow TopOneInRow -->
<!--all hung naive-->
<param name="extractK">1</param><!-- used with TopKInRow-->
<param name="extractBoth">1</param> <!--using with TopKInRow, if 1, extract -->
<!--top k from row and col-->
<param name="getTie">1</param>

<param name="AllHypoGoodnessThreshold">0.4</param><!--If final goodness less -->
<!--than this threshold, extract all pairs as hypothesis. otherwise -->
<!--just extract max of each row/col w/ tie-->

<!-- If following threshold for class/prop/ind does not exist,will use -->
<!-- above threshold-->

<param name="AllHypoGoodnessThresholdClass">0.4</param><!--If final goodness less -->
<!--than this threshold, extract all pairs as hypothesis. otherwise -->
<!--just extract max of each row/col w/ tie-->

<param name="AllHypoGoodnessThresholdProp">0.4</param><!--If final goodness less -->
<!--than this threshold, extract all pairs as hypothesis. otherwise -->
<!--just extract max of each row/col w/ tie-->

<param name="AllHypoGoodnessThresholdInd">0.4</param><!--If final goodness less -->
<!--than this threshold, extract all pairs as hypothesis. otherwise -->
<!--just extract max of each row/col w/ tie-->


<param name="DoNNGoodnessThreshold">0.8</param><!--If class or prop final goodness -->
<!--less than this, do NN. -->


<param name="scaleProfile">1</param>
<!--<param name="dynamicWeight">1</param>-->
<param name="combineType">harmony</param><!--could be: harmony, -->
<!--manual,combineMax, combineMin, combineMnz, combineAnz-->

<!--<param name="printMatrix">0</param>-->
<param name="extractthreshold">0.01</param>
<param name="cutthreshold">0</param>
<param name="cutmethod">hard</param>

<param name="propSuperType">2</param>
<param name="propSuperLayer">1</param>
<param name="propSuperWeight">0.5</param>

<param name="propSubType">2</param>
<param name="propSubLayer">1</param>
<param name="propSubWeight">0.5</param>

<param name="superWeight">0.4</param>
<param name="subWeight">0.4</param>
<param name="sibWeight">0.2</param>

<!--<param name="propIndividualWeight">0.8</param>should like switch, not used now-->
<param name="individualWeight">1</param><!--individual to class-->
<!--classname to individual is treated like individual label-->

<param name="otherWeight">0</param><!--individual to individual with unknown relation-->

<param name="expandThreshold">0.2</param>
<param name="getDirectProp">0</param>


<!-- The following params are used when combineType==manual-->
<!-- when combineType==harmony, no need to assign xxxSimWeight in the following, but need to assign xxxSimThreshold -->
<!--For class. If not exist prop and ind parameter, also use these-->
<param name="IDSimWeight">0</param>
<param name="profileSimWeight">0</param>
<param name="structSimWeight">0</param>

<param name="structSimThreshold">0</param>
<param name="IDSimThreshold">0.5</param><!--if (IDSim<IDSimThreshold) IDSim = 0;-->
<param name="profileSimThreshold">0</param>

<!--for property. if not exists, use default one-->
<param name="IDSimWeightProp">0</param>
<param name="profileSimWeightProp">0</param>
<param name="structSimWeightProp">0</param>

<param name="structSimThresholdProp">0</param>
<param name="IDSimThresholdProp">0.5</param><!--if (IDSim<IDSimThreshold) IDSim = 0;-->
<param name="profileSimThresholdProp">0</param>

<!--for individual. if not exists, use default one-->
<param name="IDSimWeightInd">0</param>
<param name="profileSimWeightInd">0</param>
<param name="structSimWeightInd">0</param>

<param name="structSimThresholdInd">0</param>
<param name="IDSimThresholdInd">0.5</param><!--if (IDSim<IDSimThreshold) IDSim = 0;-->
<param name="profileSimThresholdInd">0</param>
</Whatever>
