... | ... | @@ -26,7 +26,7 @@ Ex: _minAcceptedSimilarity=0.9 |
|
|
Name of the feature that will be used in annotations to store the Edit Distance value obtained in the search.
|
|
|
Ex: _editDistanceFeatureName=ED
|
|
|
* _gateTokeniserPR
|
|
|
Tokeniser that will be used on each entrie. Should be the same tokeniser used on the texts.
|
|
|
Tokeniser that will be used on each entrie from gazetteer file to obtain it's tokens. Should be the same tokeniser used on the texts.
|
|
|
Ex: _gateTokeniserPR=gate.creole.tokeniser.DefaultTokeniser
|
|
|
* _similarityClass
|
|
|
The complete path for the class that contain the method that implement the algorithm used to calculate the similarity. To use a class here, the .jar file must be added to “lib” directory that you find in plugin directory, and than add the call for .jar file in “creole.xml” file that are in plugin directory. It is not necessary to recompile the plugin.
|
... | ... | |