DeepNLPF

DeepNLPF

  • ABOUT
  • GUIDE
  • REPOSITORY
  • SUPPORT

›Others

Install

  • Installation

User Guide

  • How to begin?
  • CLI Commands
  • API RESTful
  • DashBoard
  • Notifications
  • Benchmarking
  • Deploy

Others

  • JupyterLab

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

  • JupyterLab Documentation
pip install jupyterlab

Run Jupyter Lab

jupyter lab

alt text

Run Examples

Jupyter >> Painel Launcher >> Other >> Terminal

Execute command:

python example_stanza.py

alt text

More example view in directory examples.

← Previous
  • Installing from Source
  • Install Jupyter Lab
  • Run Examples
DeepNLPF
DeepNLPF
AboutGuideRepositorySupport
Community
User Showcase
Connect
BlogGitHubStardeepnlpf@gmail.com
Copyright © 2022 DeepNLPF.