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

not working on python3, exit code 139 (interrupted by signal 11: SIGSEGV) #52

Open
ss-aman opened this issue Sep 10, 2018 · 1 comment

Comments

@ss-aman
Copy link

ss-aman commented Sep 10, 2018

working on Ubuntu 16.04, python3
executed given example
corrector.GetCandidates(['i', 'am', 'the', 'begt', 'spell', 'cherken'], 3)

and the result is - Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

@ss-aman
Copy link
Author

ss-aman commented Sep 10, 2018

might this works for python2 as result for give example is
corrector.GetCandidates(['i', 'am', 'the', 'begt', 'spell', 'cherken'], 3) -> (u'best', u'beat', u'belt', u'bet', u'bent', ... )
and 'u' in list comes for python2

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

No branches or pull requests

1 participant