Results 3 issues of Nadav

It return empty [] ``` from stop_words import get_stop_words stop_words = get_stop_words('en') stop_words = get_stop_words('english') from stop_words import safe_get_stop_words stop_words = safe_get_stop_words('unsupported language') print(stop_words) ```

installation failed because: - jonphipps/idehelper dev-master requires phpdocumentor/reflection dev-maste r -> no matching package found.

In try to run it: vendor\bin\minion run --realm=pripra --port=9877 --register="Vinelab\Minion\DummyProvider" I also copy DummyProvider from Example to vendor\vinelab\minion\src\Vinelab\Minion