Metadata-Version: 2.4
Name: linguflow
Version: 0.0.1
Summary: Industrial-strength framework for building custom NLP processing pipelines
Keywords: nlp,natural-language-processing,pipeline,framework,annotation,tokenization,linguistics,text-processing,extensible,modular
Author: Pedro José Mora Gallegos
Author-email: Pedro José Mora Gallegos <pedrojosemoragallegos@outlook.de>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Linguistic
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: Typing :: Typed
Requires-Python: >=3.10, <3.14
Project-URL: Homepage, https://github.com/pedrojosemoragallegos/linguflow
Project-URL: Repository, https://github.com/pedrojosemoragallegos/linguflow
Description-Content-Type: text/markdown

# LinguFlow

A lightweight, extensible framework for building custom NLP annotation pipelines with dependency management.

## Status

🚧 **Under Active Development** 🚧

This project is currently in early development. The API and features are subject to change.

## Overview

LinguFlow provides a flexible framework for creating modular NLP processing pipelines. It allows you to:

- Build custom annotation pipelines with pluggable components
- Define dependencies between annotators
- Process text through multiple annotation layers
- Access results through a clean, immutable document interface

## Installation

```bash
pip install linguflow
```

*Note: Package not yet available. Coming soon.*

## Documentation

Documentation will be available once the initial release is published.

## License

MIT License - See LICENSE file for details.

## Contributing

Contributions will be welcome once the initial version is released.

---

**Note:** This package name is reserved for an upcoming NLP framework. Please check back soon for the initial release.
