langdetect icon indicating copy to clipboard operation
langdetect copied to clipboard

Timeout to abort if too long

Open ghost opened this issue 4 years ago • 0 comments

in networking time constraint exists, thus only x time for detect. Not only does this take timeit.timeit(lambda: detect("War doesn't s left."), number=1000) 34s it goes also to 'nl' instead eng.
anyway: how to upper bound?

ghost avatar Sep 13 '20 10:09 ghost