Skip to content

glazing.cli

Command-line interface implementation.

Overview

The CLI module implements all command-line functionality for glazing.

Modules

  • Download - Download command implementation
  • Convert - Convert command implementation
  • Search - Search command implementation

cli

Command-line interface for the glazing package.

This module provides a CLI for managing linguistic datasets including downloading, converting, searching, and information commands.

Commands

download Download datasets from official sources. convert Convert datasets to normalized JSON Lines format. search Search across datasets. info Get information about datasets.

Examples:

Download a dataset: $ glazing download --dataset verbnet

Download all datasets: $ glazing download --dataset all

Get help: $ glazing --help $ glazing download --help