Registry / ai-ml / syllapy

syllapy

JSON →
library0.7.2pypypiunverified

Syllapy is a Python library designed for fast estimation of syllable counts in English words. It is currently at version 0.7.2. The project's GitHub repository was archived in October 2025, indicating it is no longer actively maintained.

pip install syllapy
INSTALL
IMPORT
SIG · SYLLAPY
S
syllapy
ai-mlpythonv0.7.2
Install
1.6s avg
Import
528ms
Disk
16MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.7.2 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.920 runs
installs and imports cleanly · install 0.0s · import 0.351s · 18.5MB
glibc
py 3.103.920 runs
installs and imports cleanly · install 1.6s · import 0.283s · 19MB
16MB installed
● package 16MB
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

syllapy
import syllapy
import syllapy

This example demonstrates how to import the `syllapy` library and use its `count` function to determine the number of syllables in a given English word.

import syllapy word = "additional" syllable_count = syllapy.count(word) print(f"The word '{word}' has {syllable_count} syllables.")
Debug
Known issues
gotchaSyllapy prioritizes speed over perfect accuracy in syllable estimation. For scenarios requiring higher accuracy, consider using the `cmudict` Python library instead.
fix
Evaluate accuracy requirements; for higher precision, explore alternative libraries like `cmudict`.
affects: <=0.7.2
breakingThe official GitHub repository for Syllapy was archived by the owner on October 29, 2025, making it read-only. This indicates that the project is no longer actively maintained, and users should not expect further updates, bug fixes, or new features.
fix
Be aware that the library is unmaintained. Consider migrating to an actively developed alternative for new projects or long-term maintenance.
affects: All versions, going forward from Oct 2025
gotchaSyllapy officially supports Python versions >=3.6 and <4. Users on newer Python versions (e.g., 3.9+) might encounter compatibility issues. Additionally, ensure you are installing `syllapy` and not the similarly named, but distinct and more recently updated, `syllables` library (via `pip install syllables`), which explicitly supports Python >=3.9.
fix
Verify your Python environment matches the `syllapy` requirements. If on Python 3.9+ or seeking active maintenance, evaluate the `syllables` library (`pip install syllables`) as an alternative.
affects: <=0.7.2
Upgrade
Version history
0.7.2latest on PyPI · released Aug 29, 2022
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
OpenAI (training)
1
Resources
syllapy — pip install syllapy · libregistry