Skip to content

Commit

Permalink
Merge pull request #1624 from moj-analytical-services/1583_update_ctl…
Browse files Browse the repository at this point in the history
…_docs

update ctl docs
  • Loading branch information
RossKen committed Oct 4, 2023
2 parents ef43771 + 46729eb commit e2ecf94
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions splink/comparison_template_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -670,15 +670,16 @@ def __init__(
Defaults to True
phonetic_forename_col_name (str, optional): The name of the column with
phonetic reduction (such as dmetaphone) of forename_col_name. Including
parameter will create an exact match level for
phonetic_forename_col_name.
parameter along with phonetic_surname_col_name will create an exact
match level for "Full name phonetic match".
The phonetic column must be present in the dataset to use this
parameter.
Defaults to None
phonetic_surname_col_name (str, optional): The name of the column with
phonetic reduction (such as dmetaphone) of surname_col_name. Including
this parameter will create an exact match level for
phonetic_surname_col_name. The phonetic column must be present in
this parameter along with phonetic_forename_col_name will create an
exact match level for "Full name phonetic match".
The phonetic column must be present in
the dataset to use this parameter.
Defaults to None
levenshtein_thresholds (Union[int, list], optional): The thresholds
Expand Down

0 comments on commit e2ecf94

Please sign in to comment.