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

Match friends with first name and last name initial #114

Merged
merged 1 commit into from
May 2, 2016

Conversation

JacobEvelyn
Copy link
Owner

This commit adds name matching for things like "Earnest H" and
"Earnest H." to match a name like "Earnest Hemingway." If a
period follows the last name initial, friends attempts to
guess whether the period should be kept or removed based on
whether it appears to be in the middle or the end of a sentence
(this is determined via capitalization).

Resolves #87.

This commit adds name matching for things like "Earnest H" and
"Earnest H." to match a name like "Earnest Hemingway." If a
period follows the last name initial, `friends` attempts to
guess whether the period should be kept or removed based on
whether it appears to be in the middle or the end of a sentence
(this is determined via capitalization).

Resolves #87.
@JacobEvelyn JacobEvelyn merged commit 9d19021 into master May 2, 2016
@JacobEvelyn JacobEvelyn deleted the initialisms branch May 2, 2016 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant