deepset-ai / FARM

:house_with_garden: Fast & easy transfer learning for NLP. Harvesting language models for the industry. Focus on Question Answering.
https://farm.deepset.ai
Apache License 2.0
1.73k stars 247 forks source link

Very first example in Readme.rst won't run #788

Closed nothingTVatYT closed 3 years ago

nothingTVatYT commented 3 years ago

The very first example a new user may want to run is the code snippet in the README, but it does not mention the pathlib and there is a bracket missing.

Can we add the line:

from pathlib import Path

and close the Path() call with a bracket?

I think it's quite an obstacle for curious new users like me when the first code snippet fails due to unclear assumptions and typos.

julian-risch commented 3 years ago

@nothingTVatYT Thank you. Good catch! I prepared a fix here: #789