JupyterLab
Use DeepNLPF with Jupyter Lab.
Installing from Source
git clone https://github.com/deepnlpf/deepnlpf.git
cd deepnlpf
virtualenv .venv
source .venv/bin/activate
pip install -r requirements.txt
deepnlpf --install stanza
python -c "import stanza; stanza.download('en')"
deepnlpf --install preprocessing
Install Jupyter Lab
pip install jupyterlab
Run Jupyter Lab
jupyter lab
Run Examples
Jupyter >> Painel Launcher >> Other >> Terminal
Execute command:
python example_stanza.py
More example view in directory examples.