Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Commit

Permalink
[#1047] Add nicknames to name matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Alison Rowland committed Apr 27, 2012
1 parent 35782a9 commit b630136
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dcentity/matching/management/base/matching.py
Expand Up @@ -186,9 +186,10 @@ def do_after_insert(self, subject, match, confidence):
('Andrew', 'Andy', 'Drew'),
('Antonio', 'Anthony', 'Tony', 'Anton'),
('Barbara', 'Barb'),
('Benjamin', 'Ben'),
('Bernard', 'Bernie'),
('Calvin', 'Cal'),
('Charles', 'Chas', 'Chuck', 'Chucky'),
('Charles', 'Chas', 'Chuck', 'Chucky', 'Charlie'),
('Christine', 'Christina', 'Chris'),
('Christopher', 'Chris'),
('Daniel', 'Dan', 'Danny'),
Expand All @@ -209,17 +210,20 @@ def do_after_insert(self, subject, match, confidence):
('Jerome', 'Jerry'),
('John', 'Jon', 'Johnny', 'Jack'),
('Joseph', 'Joe'),
('Judith', 'Judy'),
('Katherine', 'Kathy'),
('Catherine', 'Kathy'),
('Kathleen', 'Kathy'),
('Kenneth', 'Ken', 'Kenny'),
('Lawrence', 'Laurence', 'Larry'),
('Lewis', 'Louis', 'Lou'),
('Matthew', 'Matt'),
('Martin', 'Marty'),
('Melvin', 'Melvyn' ,'Mel'),
('Mervyn', 'Merv'),
('Michael', 'Mike'),
('Mitchell', 'Mitch'),
('Nicholas', 'Nick'),
('Patricia', 'Pat', 'Patty', 'Pati'),
('Patrick', 'Pat'),
('Peter', 'Pete'),
Expand Down

0 comments on commit b630136

Please sign in to comment.