petermr / docanalysis

Semantic analysis of text documents including sentence and paragraph splitting
Apache License 2.0
12 stars 3 forks source link

docanalysis does not recognize pygetpapers output path #26

Open EmanuelFaria opened 1 year ago

EmanuelFaria commented 1 year ago

I set an output path for pygetpapers to a sub-folder inside my venv instead of the venv itself (.../venv/getpapers_outputs/phytomed200). For docanalysis to work, I had to move phytomed200 to the venv (...venv/phytomed200)

Suggest adding a method (and/or help menu instructions) to set a default path for pygetpapers and docanalysis

ShweataNHegde commented 1 year ago

Hey Manny,

It's best to feed docanalysis the absolute path instead of relative.

Slightly unrelated: Is venv the folder created by Python when you set up the virtual environment? If yes, it is not recommended to edit/add anything to the venv folder.