Simple library for matching first names with possible variations
Project description
Help with matching names to nick-names and vice-versa. Based on data by https://github.com/carltonnorthern/nickname-and-diminutive-names-lookup
INSTALL
$ pip install PyNameMatcher
USAGE
from pynamematcher import PyNameMatcher
matcher = PyNameMatcher(data_file=path_to_datafile)
possible_names = matcher.match('Bob')
DOCUMENTATION
__init__() Options
- data_file:
Path to a CSV formatted data file of names. Defaults to an internal data file.
- use_metaphone:
Match names using the metaphone library to catch misspellings.
match() Options
- name:
First argument. The name to match
- use_metaphone:
used internally when self.use_metaphone is True
- remove_match:
Remove the input name (default True). Used internally to keep names when searching metaphone symbols.
- empty_match_returns_none:
If no names match the method will return None instead of the empty set this is to enable the behavior of versions before 0.2. (default False)
LICENSE
Licensed under Apache License 2.0. Copyright 2019-2022 Constituent Voice LLC.
See LICENSE for complete terms.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file PyNameMatcher-0.2.1.tar.gz
.
File metadata
- Download URL: PyNameMatcher-0.2.1.tar.gz
- Upload date:
- Size: 15.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f7aead7adb8462ee043b8ea46f3257ff7e4b8084019a15f465457079e359553 |
|
MD5 | 9dd63fdcce488dab21c5c9d9e3ce1925 |
|
BLAKE2b-256 | a36dbb46a43935a50240a027a7dff0bfc170b88f2b76eeecb9dc905403f3e2b6 |