SpringerNLP / Chapter3

Chapter 3: Text and Speech Basics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chapter 3 - Text and Speech Basics Case Study

Requirements

Running the Docker Image

The docker images for this case study are located on dockerhub. Running the commands below will automatically download and start a jupyter notebook.

Run the Docker image:

docker run -p 8888:8888 --rm springernlp/chapter_3:latest

Building the Docker image

docker build -t chapter_3:latest .

Book Reference

More information can be found at: Deep Learning for NLP and Speech Recognition by Springer

About

Chapter 3: Text and Speech Basics


Languages

Language:Jupyter Notebook 95.4%Language:Dockerfile 4.6%