Home
Marketplace
Blog
Discord
Search…
About
What's New?
FAQ
Site Status
Getting Started
Hello World
Variables
Modules
Script Flow
Triggers
Looping / Iteration
Conditionals
Functions
Code Editors
File System
Sharing
Debugging
Feedback and Bug Reporting
Power Users
Test Mode
Library
Triggers
Logic
Modules
Airtable
Alexa
Alpha Vantage
Article Extractor
BigPanda
Bing
Bittrex
Bulk SMS
Calculator
Calendly
Chart
CircleCI
Cities
Clearbit
Cloudflare
CouponTools
Crunchbase
CSS
CSV
Dashboard Response
Datadog
Date Time
Diffbot
Discord
Dropbox
Excel
Figma
Financial Math
Full Contact
FuzzyWuzzy
Giphy
GitHub
GiveButter
Gmail
Google Assistant
Google Calendar
Google Sheets
GraphQL
Guesty
Hacker News
HTML
HTTP Response
Hunter.io
Java
JavaScript
Jira
JSON
Mailchimp
MapQuest
Medium
Monday
Name Parser
News API
NLP
NY Times
Outlook
Phillips Hue
Pushbullet
Python
Reddit
RegEx
Requests
RocketReach
Rollbar
RSS Feed
Salesforce
Scryfall
Send Email
SendGrid
Shell Script
Slack
SMTP Email
Spotify
SQL
Stripe
Text Message
Trello
Twilio
Twitch
Twitter
TXT File
Udemy Instructors
URL Encoder
Verify Emails
Watson
Weather API
Website Searcher
Wikipedia
Word
Yahoo Finance
Yellow Pages
Yelp
YouTube
Zendesk
ZenHub
Zillow
APIs
Python
JavaScript
CLI (alpha release)
Account Management
Updating Your Name, Email, and Username
Changing Your Password
Managing Your Plan
Managing Your API Key
Managing Your Linked Accounts
Phone Number Verification
Two-Factor Authentication
Team Management
Other Information
IP Addresses
Security
Powered By
GitBook
FuzzyWuzzy
Seamlessly integrate FuzzyWuzzy with your favorite APIs, databases, and programming languages, using WayScript.
Fuzzy string matching like a boss.
Check out FuzzyWuzzy on
GitHub
.
About
FuzzyWuzzy is a string similarity matching library. In other words, it tells you how similar two pieces of text are (and some other functionality).
FuzzyWuzzy uses Levenshtein Distance to calculate the differences between sequences in a simple-to-use package.
⚖
Simple Ratio
Text*
Text
Ratio
this is a test
this is a test!
97
📥
Inputs
Text (Required)
Text
📤
Outputs
Ratio -
**
This number quantifies the similarity of the two pieces of text.
Ratio Returned is 97
💠
Partial Ratio
Text*
Text
Ratio
this is a test
this is a test!
100
📤
Outputs
Ratio
↔
Token Sort Ratio
Text
*
Text
Ratio
Token Sort Ratio
fuzzy wuzzy was a bear
wuzzy fuzzy was a bear
91
100
📤
Outputs
Ratio
Token Sort Ratio
🏠
Token Set Ratio
Text*
Text
Token Set Ratio
fuzzy was a bear
fuzzy fuzzy was a bear
100
📤
Outputs
Token Set Ratio
💻
Process
Text
Choices
Extract One Choice
Extract One Ratio
new york jets
Atlanta Falcons, New York Jets, Dallas Cowboys, New York Giants
New York Jets
100
📥
Inputs
Text -
Single Item Variable
Choices -
List
📤
Outputs
Extract One Choice
- The closest matching item from
Choices
is returned
Extract One Ratio
- The ratio of the match
Previous
Full Contact
Next
Giphy
Last modified
1yr ago
Export as PDF
Copy link
Contents
About
Simple Ratio
Inputs
Outputs
Partial Ratio
Outputs
Token Sort Ratio
Outputs
Token Set Ratio
Outputs
Process
Inputs
Outputs