Core libraries for natural language processing
Project description
nlup
contains some base libraries I use in natural language processing projects. Some highlights:
confusion.py
: classifier evaluation objectsdecorators.py
: clever decorators for various purposesjsonable.py
: a mix-in which allows the state of most objects to be serialized to (and deserialized from) compressed JSONperceptron.py
: perceptron-like classifiers (binary and multiclass), including some forms of structured predictionreader.py
: classes and readers for tagged and dependency-parsed datatimer.py
: awith
-block that logs wall clock time elapsed
All have been tested on CPython 3.4.1 and PyPy 3.2.5 (PyPy version 2.3.1). They will not work on Python 2 without modification.
Some projects using nlup
:
- Detector Morse: simple sentence boundary detection
- Perceptronix Point Never: simple part of speech tagging
- Where's Yr Head At: simple transition-based dependency parsing
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nlup-0.7.post1.tar.gz
(11.8 kB
view details)
File details
Details for the file nlup-0.7.post1.tar.gz
.
File metadata
- Download URL: nlup-0.7.post1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.18.4 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f8a77b2e4ff618483cbf49e3d2b5d25e36067581cbc675f9244d5a105efe6f10 |
|
MD5 | 20d10f150719fab8f4ae9f79a39b6840 |
|
BLAKE2b-256 | 293791235616a61675551e267caf01da3d6b54a6350e2c70592cf46883d0fd5f |