Lefteris Chatzipetrou

Results 2 issues of Lefteris Chatzipetrou

Hello, in rake.py:125, shouldn't ``` self.__stop_words_pattern = build_stop_word_regex(stoppath) ``` be: ``` self.__stop_words_pattern = build_stop_word_regex(stop_words_path) ``` ?

This repo inspired me in authoring a similar library that is GPU accelerated. It is this repo https://github.com/ekchatzi/temperature-map-gl . You can give it a try