Package org.coordinatekit.crf.annotator.terminal


@NullMarked package org.coordinatekit.crf.annotator.terminal
Terminal-based implementation of the annotator's tagging interface.

TerminalTaggingInterface is the only public type here; it implements TaggingInterface by driving a JLine terminal. Everything else — the session state, view models, input parsers, screen renderers, and the terminal screen and table primitives — is package-private and exists solely to support that implementation.