NLUP (Natural Language Understanding and Processing) is a Python library providing core utilities for natural language processing tasks, including tokenization, tagging, and feature extraction. Version 0.8 is the latest release, maintained by the CSLU NLP group at OHSU. Releases are infrequent, with no recent updates.
pip install nlupNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic tokenization example using nlup.
Use tokenize instead of tokenize_text.
Import submodules directly (e.g., from nlup.tokenizer import tokenize).
Ensure Python 3 environment.
Use: from nlup.tokenizer import Tokenizer
Use: from nlup.tokenizer import tokenize
Run: pip install nlup
No dependency data recorded yet.