TrigramStrictWordDistance
This class provides a mechanism for calculating strict word distance using trigram similarity. It utilizes a specific argument joiner to structure the comparison between textual elements within a database query context.
Attributes
| Attribute | Type | Description |
|---|---|---|
| function | string | The name of the database function used to calculate the strict trigram word distance. |
| arg_joiner | string = < < < - > | The SQL operator or string used to join arguments within the trigram distance calculation. |
Constructor
Signature
def TrigramStrictWordDistance() - > null