This directory contains organized examples demonstrating various capabilities of the NLP2CMD system.
Each numbered folder represents a category of examples:
- 01_basics - Fundamental examples and getting started guides
- 02_benchmarks - Lightweight performance testing and benchmarking examples
- 03_integrations - Integration examples with external systems
- 04_domain_specific - Domain-specific use cases and applications
- 05_advanced_features - Advanced features and experimental capabilities
- 06_tools_and_utilities - Helper tools and utilities
Each example folder contains its own README.md with specific instructions. Navigate to any folder to explore examples in that category.
For the canonical benchmark runners, see the top-level benchmarks/ directory.
Most examples can be run directly from their respective folders:
cd examples/[category]/[specific_example]
python example.pyMake sure you have NLP2CMD properly installed and your environment configured.