TrigramWordDistance
This class provides a mechanism for calculating the distance between words based on trigram similarity. It utilizes a specific argument joiner to facilitate the comparison of textual data within database queries.
Attributes
| Attribute | Type | Description |
|---|---|---|
| function | string | The database function name used to calculate the trigram word distance between two strings. |
| arg_joiner | string = < < - > | The SQL operator used to join arguments in the generated database expression. |
Constructor
Signature
def TrigramWordDistance() - > null