sierra.pipes.fuzzy_match

sierra.pipes.fuzzy_match#

Functions

fuzzy_match(project_name, defendant_names[, ...])

Perform fuzzy matching between a project name and a list of defendant names.

load_defendant_names(lawsuit_data_file[, ...])

Load extracted defendant names from lawsuit data.

load_project_names(file_path[, name_column])

Load selected project names from a CSV file.

match_projects_defendants(project_names, ...)

Match project names with defendant names using fuzzy matching.