fasttext-langdetect
fasttext-langdetect copied to clipboard
replaced wget with requests to fix issue #4
I've created a small PR to fix issue #4 by replacing wget with requests and adding that to the dependencies.
I've also moved url
into the if-case so it won't get initialized unnecessarily, and sorted the imports.