Changeset 1176 for java/Framclipse/com.framsticks.framclipse
- Timestamp:
- 04/25/22 00:03:38 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
java/Framclipse/com.framsticks.framclipse/res/framscript.xml
r1171 r1176 5828 5828 </type> 5829 5829 <type name="SimilMeasureDistribution" context="Global context"> 5830 <description><![CDATA[Evaluates morphological dissimilarity using distribution measure.]]></description>5830 <description><![CDATA[Evaluates morphological dissimilarity using the distribution measure.]]></description> 5831 5831 <element name="simil_density" type="float" min="1" max="100" default="10.0"> 5832 5832 <description><![CDATA[]]></description> … … 5847 5847 </type> 5848 5848 <type name="SimilMeasureGreedy" context="Global context"> 5849 <description><![CDATA[Evaluates morphological dissimilarity using greedy measure. More information:5849 <description><![CDATA[Evaluates morphological dissimilarity using the greedy measure. More information: 5850 5850 http://www.framsticks.com/bib/Komosinski-et-al-2001 5851 5851 http://www.framsticks.com/bib/Komosinski-and-Kubiak-2011 5852 5852 http://www.framsticks.com/bib/Komosinski-2016 5853 https:// doi.org/10.1007/978-3-030-16692-2_8]]></description>5853 https://www.framsticks.com/bib/Komosinski-and-Mensfelt-2019]]></description> 5854 5854 <element name="simil_greedy_parts" type="float" min="0" max="100" default="0.0"> 5855 5855 <description><![CDATA[Differing number of parts is also handled by the 'part degree' similarity component.]]></description> … … 5879 5879 </type> 5880 5880 <type name="SimilMeasureHungarian" context="Global context"> 5881 <description><![CDATA[Evaluates morphological dissimilarity using hungarianmeasure. More information:5881 <description><![CDATA[Evaluates morphological dissimilarity using the measure. More information: 5882 5882 http://www.framsticks.com/bib/Komosinski-et-al-2001 5883 5883 http://www.framsticks.com/bib/Komosinski-and-Kubiak-2011 5884 5884 http://www.framsticks.com/bib/Komosinski-2016 5885 https:// doi.org/10.1007/978-3-030-16692-2_8]]></description>5885 https://www.framsticks.com/bib/Komosinski-and-Mensfelt-2019]]></description> 5886 5886 <element name="simil_parts" type="float" min="0" max="100" default="0.0"> 5887 5887 <description><![CDATA[Differing number of parts is also handled by the 'part degree' similarity component.]]></description>
Note: See TracChangeset
for help on using the changeset viewer.