You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
The text was updated successfully, but these errors were encountered: