Skip to content

markif/fhnw-nlp-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This library provides utilities for NLP courses taught at FHNW.

Install

This package builds on Python 3.

sudo pip install fhnw-nlp-utils

Build

  • Increase the version number in setup.py.

  • Start a Docker container with the build/deploy tools:

docker run -e TZ=Europe/Zurich --name datascience-notebook --net=host -p 8888:8888 -v "$(pwd)":/home/jovyan/work -it --rm i4ds/datascience-notebook start-notebook.sh --NotebookApp.token=''
  • Build and deploy the library to pypi:
docker exec -it datascience-notebook /bin/bash

cd work
rm -rf dist/*
python3 setup.py bdist_wheel
python3 -m twine upload dist/*
  • Upload the latest changes to the git repository:
git commit -am "message"
git push

About

Utilities for NLP courses taught at FHNW.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages