Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Small typo fix #206

Merged
merged 1 commit into from
Jun 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions splink/files/settings_jsonschema.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"type": "boolean",
"default": false,
"title": "Whether ex post term frequency adjustments should be made to match scores for this column",
"description": "For some columns such as first name, the value of first name is important due to the distribution of values being non-uniform. For instance, a match on 'linacre' contains more information than a match on 'smith. If this is set to true, a term frequency adjustment is made to account for these difference. For details of how this works, see [here](https://static.cambridge.org/content/id/urn:cambridge.org:id:article:S0003055418000783/resource/name/S0003055418000783sup001.pdf) page 7"
"description": "For some columns such as first name, the value of first name is important due to the distribution of values being non-uniform. For instance, a match on 'linacre' contains more information than a match on 'smith'. If this is set to true, a term frequency adjustment is made to account for these difference. For details of how this works, see [here](https://static.cambridge.org/content/id/urn:cambridge.org:id:article:S0003055418000783/resource/name/S0003055418000783sup001.pdf) page 7"
},
"gamma_index": {
"$id": "#/properties/comparison_columns/items/properties/gamma_index",
Expand Down Expand Up @@ -340,4 +340,4 @@
}
}
}
}
}