Skip to main content

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

AttributeTypeDescription
functionstringThe name of the database function used to calculate the strict trigram word distance.
arg_joinerstring = < < < - >The SQL operator or string used to join arguments within the trigram distance calculation.

Constructor

Signature

def TrigramStrictWordDistance() - > null