Learning about Natural Language Tool Kit (NLTK) from tests by David Arroyo Menéndez'
Project description
Table of Contents
Learning about Natural Language Tool Kit (NLTK) from tests
A first version can be found in: https://github.com/Lingwars/GAPLEN
Thanks to GAPLEN by the shared time.
Learning NLTK from Tests by David Arroyo Menéndez
Installing
$ pip3 install damenltk
$ python3 damenltk/installing-nltk-modules.py
Check Test
-
Execute all tests:
$ ./runtests.sh
-
Execute one file:
$ pytest test/test_bernoulli.py
Pypi
-
To install from local:
$ pip install -e .
-
To install create tar.gz in dist directory:
$ python3 -m build
-
To upload to pypi:
$ twine upload dist/damenltk-0.1.tar.gz
-
You can install from Internet in a python virtual environment to check:
$ python3 -m venv /tmp/dn $ cd /tmp/dn $ source bin/activate $ pip3 install damenltk
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file damenltk-0.1.11.tar.gz.
File metadata
- Download URL: damenltk-0.1.11.tar.gz
- Upload date:
- Size: 54.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
451968c85a9fb4bd8334061852a009e7bdabc55b4971a65a3ce2e2d6950b2021
|
|
| MD5 |
3de19b7647ebad77ebd8f82eec3822ad
|
|
| BLAKE2b-256 |
76446c234584e90c3779b99a6868cb4e8c4f6db4f910b26bf2ed7073392e61ed
|