pyphen

Package — NLPPython 3.7+Advanced

Hyphenation library based on OpenOffice dictionaries

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python with bundled dictionaries)
Install
pip install pyphen

Learn by Difficulty

Quick Example

python
# Install: pip install pyphen
import pyphen

# Basic pyphen usage
print(f"Using pyphen")
# See documentation for detailed examples

pyphen is a third-party package. Hyphenation library based on OpenOffice dictionaries. Install with: pip install pyphen

Try in Playground

Tags

packagenlptext-processingai