Uses of Class
nzilbb.util.ProgramDescription
-
Packages that use ProgramDescription Package Description nzilbb.ag.automation.util Utility classes for helping processAnnotatorimplementations.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 classAnnotateCommand-line utility for running a given annotator on a given set of transcript files.classConfigAppUtility for running a stand-alone webapp for configuring anAnnotatorinstallation.classExtAppUtility for running a stand-alone webapp forAnnotatorextras.classInfoUtility for displaying annotator information.classTaskAppUtility for running a stand-alone webapp for configuring the parameters of an annotation task.classTranscribeCommand 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 classDeserializeDeserializes given files. -
Uses of ProgramDescription in nzilbb.ag.util
Classes in nzilbb.ag.util with annotations of type ProgramDescription Modifier and Type Class Description classDefaultOffsetGeneratorGenerates default anchor offsets.classMergerMerges an edited version of a graph into the original version of that graph.classNormalizerEnsures the structure of the graph is normalized.classValidatorValidates Graph structure. -
Uses of ProgramDescription in nzilbb.webapp
Classes in nzilbb.webapp with annotations of type ProgramDescription Modifier and Type Class Description classStandAloneWebAppUtility for running stand-alone webapps.
-