Metadata-Version: 2.4
Name: nl2cad-nlp
Version: 0.2.1
Summary: Natural language to CAD intent classification and NL2DXF generator
Project-URL: Homepage, https://github.com/achimdehnert/nl2cad
Project-URL: Repository, https://github.com/achimdehnert/nl2cad
Project-URL: Issues, https://github.com/achimdehnert/nl2cad/issues
Author-email: Achim Dehnert <achim@dehnert.com>
License: MIT
Keywords: ai,cad,intent,llm,nl2cad,nlp
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27
Requires-Dist: nl2cad-core>=0.4.0
Provides-Extra: all
Requires-Dist: anthropic>=0.40; extra == 'all'
Requires-Dist: openai>=1.0; extra == 'all'
Provides-Extra: anthropic
Requires-Dist: anthropic>=0.40; extra == 'anthropic'
Provides-Extra: dev
Requires-Dist: mypy>=1.10; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest-cov>=5.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: openai
Requires-Dist: openai>=1.0; extra == 'openai'
Description-Content-Type: text/markdown

# nl2cad-nlp

Natural language to CAD intent classification and NL2DXF generator for the nl2cad ecosystem.

## Installation

```bash
pip install nl2cad-nlp
```

## Packages

- `nl2cad.nlp.intent` — IntentClassifier
- `nl2cad.nlp.nl2dxf` — NL2DXFGenerator
- `nl2cad.nlp.learning` — NLLearningStore
- `nl2cad.nlp.models` — Pydantic models
