cleanco
cleanco copied to clipboard
Company Name Processor written in Python
I need to add words - 'Software' and 'Foundation' to the list of words to be cleaned. How to modify the library ?
OÜ - osaühing (private limited company) AS - aktsiaselts (limited company)
https://en.wikipedia.org/wiki/Law_of_Japan#Corporate_law= - K.K. - G.K. - GK - Y.K.
How to solve the error
I checked some of the scenarios where basename function giving empty result. `from cleanco import basename` `print("Base name name for {} : {}".format('IKS APS', basename("IKS APS")))` `print("Base name name for...
you miss a suffixes: S.A. DE C.V. please add it ,thanks
See https://www.gleif.org/en. There's a lot of data that would help improve the legal affix database of cleanco.
The legal terms are to some extent translatable across jurisdictions. It would be useful if user could ask for the business types in their own native language. For example, as...
HI guys many of the polish companies I received has full legal endings as: spółka z ograniczoną odpowiedzialnością spółka Jawna spółka komandytowa spółka akcyjna spółka cywilna spółka komandytowa spółka z...
```>>> from cleanco import cleanco >>> 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...