Grooper 21.00.0082 is available as of 12-12-2023! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.00.0044 is available as of 06-20-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 23.1.0026 is available as of 09-16-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Grooper 24.0.0012 is available as of 10-10-2024! Check the Downloads Discussion for the release notes and to get the latest version.
Cost Validation Error
rmccutcheon
Posts: 756 ✭✭✭
In an earlier version of 2.70 I was using cost(\r)=10 in my fuzzy match weightings. Ever since I upgraded to a newer 2.70 it is causing an validation error. Does anyone know why?
0
Best Answer
-
The Chuck Posts: 81 modEarly in the beta of 2.70, you could use the "cost()" operator to change fuzzy match weightings. However, in the later versions of 2.70 Beta, we have changed this to "Immutable". This should only affect people who used the "cost()" operator during 2.70 Beta.
The new "Immutable" operator, instead of just setting a higher weighting, actually blocks or prevents patterns from crossing certain values. In your case, you can just change cost(\r) to Immutable=\r. If there are other values you want to rule out of your pattern, they can just be appended to the Immutable operator (e.g. Immutable=\t\f).
6