('Core libraries for natural language processing',)
Project description
nlup contains some base libraries I use in natural language understanding projects. Some highlights:
confusion.py: classifier evaluation objects
decorators.py: clever decorators for various purposes
jsonable.py: a mix-in which allows the state of most objects to be serialized to (and deserialized from) compressed JSON
perceptron.py: perceptron-like classifiers (binary and multiclass), including some forms of structured prediction; someday I will sit down and aggressively optimize this
reader.py: classes and readers for tagged and dependency-parsed data
timer.py: a with-block that logs 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](http://github.com/cslu-nlp/detectormorse): simple sentence boundary detection
[Perceptronix Point Never](http://github.com/cslu-nlp/PerceptronixPointNever): simple part of speech tagging
[Where’s Yr Head At](http://github.com/cslu-nlp/WheresYrHeadAt): 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
File details
Details for the file nlup-0.5.tar.gz
.
File metadata
- Download URL: nlup-0.5.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77a5cf5c6134778b90838f8037273243607267440bf4ae8e9e1507d810abad33 |
|
MD5 | dfd23ed3144389cf64525a12c3e22876 |
|
BLAKE2b-256 | 6a12ae05af8621368fb8e88aec254c851fb1c2a0ff8320064d4d2caaae8ca2ff |