whatthelang icon indicating copy to clipboard operation
whatthelang copied to clipboard

Removing newlines and punctuation from the input

Open RuABraun opened this issue 5 years ago • 1 comments

Had to add the regex package as re does not have a punctuation class.

RuABraun avatar Mar 21 '19 21:03 RuABraun

@RuABraun , the build is failing because of some upstream issues with pyfasttext and Cython . Looks like the only way to fix would be to remove the cython dependencies and move to the fasttext binding that facebook provides. This might need a bit of overhaul , so i am going to keep this PR as it is for some time until the other issue is sorted out.

whiletruelearn avatar Mar 25 '19 07:03 whiletruelearn