Skip to content

Eligijus112/NLP-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NLP-python

Codes regarding Natural Language Processing using Python.

Virtual environment

We will use anaconda to create the virtual environment from the env.yml file. To create the environment, run the following command:

conda env create -f env.yml

To update the environment, use the command:

conda env update -f env.yml

The notebooks

The codes are in the notebooks in the notebooks/ directory.

About

Codes regarding Natural Language Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published