Fuzzy String Match
Fuzzy is a method of partial approximation and quantifying a logic based on the same. The logic can also be applied to sequences of string to find an approximate solution - like scoring two sequences based on similarity, and thus extending the logic to cluster, etc.
Fuzzy Scoring Wrapper
Logical Operations with Fuzzy Scoring
Creates an Extension to Perform Logical Operations
Logical operations like and or or can be implemented with the
module. This reduces manual intervention like using repeated for-loop
and/or conditional statements for the end user.