Skip to content

Repository files navigation

hasktorch-nlp-introduction

TODO - add description about this repository どういう人向けなのか、必要な前提知識

Prerequirements

How to proceed this training

TODO

Folk this repository

Jupyter notebook

Clone this repository

git clone https://github.com/<your-username>/hasktorch-nlp-introduction.git
cd hasktorch-nlp-introduction

Run docker container

docker-compose up -d

Open http://localhost:8888/ and open hasktorch-nlp-introduction repository.

This directory in your local environment is mounted in the docker container, so your changes will be reflected in both.

Install new libraries

package.yaml is for stack project, so the libraries specified in the file cannot be used in jupyter notebook. To install new libraries on jupyter environment, run below command in the docker container.

cabal install <library-name>

Hint: Use terminal from jupyter notebook. hasktorch, hasktorch-tools, nlp-tools are already installed.

Stack project

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages