Package org.coordinatekit.crf.cli


@NullMarked package org.coordinatekit.crf.cli
The command-line front end for the interactive annotate and retokenize flows.

This package owns all of the project's picocli usage. CrfLauncher is the entry point: it wires the two subcommands under a root crf command and resolves the domain services (tag provider, tokenizer, feature extractor, model loader) through ServiceLoader, so a downstream registers META-INF/services files instead of writing a main or a factory. Each subcommand parses the standard flags, builds the matching parser-free Configuration from the annotator module, and delegates to that module's Runner, which owns the terminal precondition and the exit-code contract.

  • Class
    Description
    Renders the CoordinateKit brand art — the globe "mark" stacked above a figlet-style word banner — as the header section of a tool's root usage message.
    A tool's product identity: the wordmark art in two sizes plus the accent color its name is painted in.
    The entry point for the crf command-line tool.