To run the natural language processing (NLP) pipeline, execute the Jupyter notebook located here by following the steps below.
- Check out the repository
$ git clone https://github.com/IBM/wntrac.git ; cd wntrac/code/pipeline
- Create a virtual environment with Conda
$ conda env create -f environment.yml
- Activate the new environment
$ conda activate wntrac
- Run the Jupyter notebook
$ jupyter notebook WNTRAC-models-demo.ipynb
- Run the entire notebook.