yhydhx / python-nameparser

Automatically exported from code.google.com/p/python-nameparser
Other
0 stars 0 forks source link

Periods on initials are not retained #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently

  HumanName("L.I. Han") == HumanName("Li Han")

because

  HumanName("L.I. Han").first == u'LI'

In other words, there are initials which also spell first names.  Retaining and 
normalizing periods on initials would solve this.

Original issue reported on code.google.com by jayqhac...@gmail.com on 7 Feb 2012 at 7:48

GoogleCodeExporter commented 9 years ago

Original comment by dere...@gmail.com on 7 Oct 2012 at 10:51

GoogleCodeExporter commented 9 years ago
This should be fixed in v0.2.4

Original comment by dere...@gmail.com on 11 Feb 2013 at 3:47