Uses of Class
nzilbb.util.ProgramDescription
-
Packages that use ProgramDescription Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotator
implementations.nzilbb.ag.cli Contains command line interface tools for manipulating annotation graphs from the command line.nzilbb.ag.util Utility classes for processing annotation graphs.nzilbb.webapp Utility base class for supporting running presenting webapp-based user interfaces. -
-
Uses of ProgramDescription in nzilbb.ag.automation.util
Classes in nzilbb.ag.automation.util with annotations of type ProgramDescription Modifier and Type Class Description class
Annotate
Command-line utility for running a given annotator on a given set of transcript files.class
ConfigApp
Utility for running a stand-alone webapp for configuring anAnnotator
installation.class
ExtApp
Utility for running a stand-alone webapp forAnnotator
extras.class
Info
Utility for displaying annotator information.class
TaskApp
Utility for running a stand-alone webapp for configuring the parameters of an annotation task.class
Transcribe
Command line utility for manual testing of automatic Transcriber modules. -
Uses of ProgramDescription in nzilbb.ag.cli
Classes in nzilbb.ag.cli with annotations of type ProgramDescription Modifier and Type Class Description class
Deserialize
Deserializes given files. -
Uses of ProgramDescription in nzilbb.ag.util
Classes in nzilbb.ag.util with annotations of type ProgramDescription Modifier and Type Class Description class
DefaultOffsetGenerator
Generates default anchor offsets.class
Merger
Merges an edited version of a graph into the original version of that graph.class
Normalizer
Ensures the structure of the graph is normalized.class
Validator
Validates Graph structure. -
Uses of ProgramDescription in nzilbb.webapp
Classes in nzilbb.webapp with annotations of type ProgramDescription Modifier and Type Class Description class
StandAloneWebApp
Utility for running stand-alone webapps.
-