git clone https://github.com/MauricioCarmelo/QuestionAnsweringSystem.git
- Ubuntu terminal
cd QuestionAnsweringSystem
pip install -r requirements.txt
Make sure variable PYTHONPATH has the absolute path to folder QuestionAnsweringSystem
. Once inside folder
QuestionAnsweringSystem
, run:
export PYTHONPATH="$PWD":$PYTHONPATH
- PyCharm
On Run/Debug Configuration:
Script path: path to <path_to_project>/QuestionAnsweringSystem/src/main.py
Working directory: path to <path_to_project>/QuestionAnsweringSystem/
After making sure that files config/dasetasets.yaml
and config/pipeline.yaml
are configured
correctly, you can execute a simulation by running
python3 ./src/main.py
The results can be found inside folder results/
.
-
Configuration file parameters (incomplete)