probableparsing
Common methods for propbable parsers
What it is and what it does
probableparsing is a utility library providing common methods for building probable parsers—a parsing technique used in information extraction and data cleaning workflows. The package has no runtime dependencies, making it lightweight to install, but it has been abandoned since its initial 2016 release with no active maintenance or updates.
The library is classified as Alpha-stage software and was designed for developers and researchers working on scientific information analysis tasks. Given its age and lack of maintenance, it is best suited for legacy systems already using it rather than as a foundation for new projects. The permissive MIT license allows free use and modification.
Use it for:
- Maintaining or extending legacy information extraction systems that already depend on this library
- Learning about probable parsing techniques in academic or research contexts
- Building custom parsers for semi-structured data in established codebases
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides common utility methods for building probable parsers, a parsing approach used in information extraction and data cleaning tasks.
No, unless you are maintaining existing code that already uses it. The package is abandoned (last commit 2023-04-28, no updates since 2016), has minimal community adoption (6 repository stars), and offers no documentation or active support. For new projects, seek actively maintained parsing or information extraction libraries instead.
Install
probableparsing on PyPI
pip
pip install probableparsinguv
uv add probableparsingpoetry
poetry add probableparsingInstalling probableparsing
Before you install
Installation is frictionless with no runtime dependencies, but the package is abandoned—last updated in 2016 with no commits since 2023-04-28. Use only if maintaining legacy code that already depends on it.
License in practice
MIT license is permissive and places no restrictions on use, modification, or distribution.
Quickstart
pip install probableparsing==0.0.1
import probableparsing
Package targets Python 2.7 and has not been updated since 2016; compatibility with modern Python versions is uncertain.
Verify before relying
- What specific parsing problems the 'probable parsing' approach is designed to solve
- Whether this package remains compatible with modern Python versions
- What 'probable parsers' means and how they differ from standard parsing approaches
- Current usability and whether any breaking changes exist for Python 3
Package facts
| License | The MIT License: http://www.opensource.org/licenses/mit-license.php (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 3,791 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 5,294,658/month — #2,122 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: probableparsing-0.0.1-py2.py3-none-any.whl
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
stop-wordsProvides curated stop-word lists for multiple…
permissive · top 15,000 on PyPI
textacytextacy extends spaCy's NLP capabilities with…
permissive · top 15,000 on PyPI
commoncodeCommonCode provides utility functions for…
unclear · top 15,000 on PyPI
goose3Extracts article text, metadata, images, and…
permissive · top 15,000 on PyPI
pygmarsPygmars builds lightweight lexers and parsers…
permissive · top 15,000 on PyPI
probablepeopleParses unstructured person and company names…
permissive · top 15,000 on PyPI
cli-helpersCLI Helpers provides utilities for common…
permissive · top 5,000 on PyPI
pyparsingpyparsing provides a library for building text…
permissive · top 1,000 on PyPI
breadabilityExtracts the main readable content from HTML…
permissive · top 15,000 on PyPI
pocketsPockets provides a collection of utility…
permissive · top 15,000 on PyPI