Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

NLP2CMD Examples

This directory contains organized examples demonstrating various capabilities of the NLP2CMD system.

Structure

Each numbered folder represents a category of examples:

Getting Started

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.

Running Examples

Most examples can be run directly from their respective folders:

cd examples/[category]/[specific_example]
python example.py

Make sure you have NLP2CMD properly installed and your environment configured.