psolin / cleanco

Company Name Processor written in Python
MIT License
322 stars 95 forks source link

Inconsistent parsing #4

Closed imranghory closed 9 years ago

imranghory commented 9 years ago

The following two equivalent names parse different when presumably they should be the same:

cleanco('Hello World Company Limited').clean_name()

cleanco('Hello World Company Ltd').clean_name()
psolin commented 9 years ago

This has been fixed.