Changeset 1176


Ignore:
Timestamp:
04/25/22 00:03:38 (2 years ago)
Author:
sz
Message:

Framsticks v5.0rc21 update (documentation corrections)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • java/Framclipse/com.framsticks.framclipse/res/framscript.xml

    r1171 r1176  
    58285828        </type>
    58295829        <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>
    58315831                <element name="simil_density" type="float" min="1" max="100" default="10.0">
    58325832                        <description><![CDATA[]]></description>
     
    58475847        </type>
    58485848        <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:
    58505850http://www.framsticks.com/bib/Komosinski-et-al-2001
    58515851http://www.framsticks.com/bib/Komosinski-and-Kubiak-2011
    58525852http://www.framsticks.com/bib/Komosinski-2016
    5853 https://doi.org/10.1007/978-3-030-16692-2_8]]></description>
     5853https://www.framsticks.com/bib/Komosinski-and-Mensfelt-2019]]></description>
    58545854                <element name="simil_greedy_parts" type="float" min="0" max="100" default="0.0">
    58555855                        <description><![CDATA[Differing number of parts is also handled by the 'part degree' similarity component.]]></description>
     
    58795879        </type>
    58805880        <type name="SimilMeasureHungarian" context="Global context">
    5881 <description><![CDATA[Evaluates morphological dissimilarity using hungarian measure. More information:
     5881<description><![CDATA[Evaluates morphological dissimilarity using the measure. More information:
    58825882http://www.framsticks.com/bib/Komosinski-et-al-2001
    58835883http://www.framsticks.com/bib/Komosinski-and-Kubiak-2011
    58845884http://www.framsticks.com/bib/Komosinski-2016
    5885 https://doi.org/10.1007/978-3-030-16692-2_8]]></description>
     5885https://www.framsticks.com/bib/Komosinski-and-Mensfelt-2019]]></description>
    58865886                <element name="simil_parts" type="float" min="0" max="100" default="0.0">
    58875887                        <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.