psolin / cleanco

Company Name Processor written in Python
MIT License
318 stars 94 forks source link

Acronyms for the legal entity should be included #53

Closed jdvala closed 2 months ago

jdvala commented 4 years ago

There should be abbreviations of legal entity added in order to classify rightly

In [3]: matches("Relience Private Limited", classification_sources)                                       
Out[3]: 
['Hong Kong',
 'Israel',
 'New Zealand',
 'Pakistan',
 'United Kingdom',
 'United States of America']

Here there should have been India in the output.

petri commented 2 months ago

Pull request with test welcome.