We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
business_name = "Some Big Pharma sh.a." x = cleanco(business_name) print(x.business_name) print(x.string_stripper(x.business_name)) print(x.clean_name()) print(x.country())
prints:
Some Big Pharma sh.a. Some Big Pharma sh.a Some Big Pharma None
sh.a. is in the Albania terms:
sh.a.
Albania
cleanco/termdata.py
Line 46 in 56ff654
It is not being recognized as Albanian because the . at the end of sh.a. is removed in:
.
cleanco/cleanco.py
Line 56 in 56ff654
The text was updated successfully, but these errors were encountered:
@psolin are you reviewing/accepting pull requests? I could take a look at this and other issues to contribute if it's welcome.
Sorry, something went wrong.
Yes, absolutely. I need to spend more time cleaning this up for sure.
Successfully merging a pull request may close this issue.
prints:
sh.a.
is in theAlbania
terms:cleanco/termdata.py
Line 46 in 56ff654
It is not being recognized as Albanian because the
.
at the end ofsh.a.
is removed in:cleanco/cleanco.py
Line 56 in 56ff654
The text was updated successfully, but these errors were encountered: