From 7bea107ad6df8fcf76a56ecb16955b280a6f19ce Mon Sep 17 00:00:00 2001 From: "jferri@inf.ufpr.br" Date: Wed, 29 Nov 2017 12:41:30 -0200 Subject: [PATCH] Update dictionary_example.txt --- dictionary_example.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dictionary_example.txt b/dictionary_example.txt index b8d8b23..afdbd11 100644 --- a/dictionary_example.txt +++ b/dictionary_example.txt @@ -28,8 +28,8 @@ _similarityMethod=getDistance %% Class and method of transformation. Method must receive a String and return another String. %% To do not use conversion, remove/comment both lines below. -_transformationClass=org.apache.commons.codec.language.DoubleMetaphone -_transformationMethod=doubleMetaphone +_transformationClass=br.ufpr.inf.junior.utils.StringTransformationUtil +_transformationMethod=useMetaphoneTransformation %% Name of the feature that will store the value from the similarity algorithm. _similarityFeatureName=Similarity -- GitLab