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
Original issue reported on code.google.com by
jayqhac...@gmail.com
on 7 Feb 2012 at 7:48