-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
ISO 20275Re-evaluate when ISO std. support landsRe-evaluate when ISO std. support lands
Description
>>> cleanco("Example Example Pty Ltd").clean_name() # CORRECT
'Example Example'
>>> cleanco("Example Example Pty Limited").clean_name() # Not so good
'Example Example Pty'
The give you a view on the scope of the problem: I'm working to normalise a database of around on processing a database of around 900k company names which have been typed into an application over a 10 year period. The database contains primarily companies from anglophone countries. Of these, around 580 have a company name like this.
Do you see this as a problem also? If so, I'm happy to put together a patch.
Metadata
Metadata
Assignees
Labels
ISO 20275Re-evaluate when ISO std. support landsRe-evaluate when ISO std. support lands