[go: up one dir, main page]

Skip to content
New issue

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

Adding an interface so that we can know the confidence of all encodings? #45

Open
rsnair2 opened this issue Dec 5, 2014 · 1 comment
Milestone

Comments

@rsnair2
Copy link
Contributor
rsnair2 commented Dec 5, 2014

It might be useful to have some method on the UniversalDetector class that populates the confidence of every encoding for a given string. This can maybe help out figuring why we are failing on those 25 other test cases and also help if any encoding is to be added / deleted. Thoughts?

@dan-blanchard
Copy link
Member

I definitely want to add this in the near future. Currently on #42 you can see that I've switched us over to using the logging module for printing out debug info, so the tests actually tell you the confidences of all the probers when they fail. You can see an example for our only remaining unit test failure here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants