GitHub
Expand
asr_eval
Navigation
Documentation
»
Index
Overview
asr_eval
Alignment features
Streaming features
Guides
Installation
Alignments and WER
Streaming evaluation
Evaluation and dashboard
Datasets list
Models list
Reference
asr_eval.align
asr_eval.streaming
asr_eval.models
asr_eval.bench
asr_eval.ctc
asr_eval.normalizing
asr_eval.linguistics
asr_eval.correction
Miscellaneous
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
_
_ (class in asr_eval.bench.pipelines._registered.api)
(class in asr_eval.bench.pipelines._registered.audio_llm)
(class in asr_eval.bench.pipelines._registered.composite)
(class in asr_eval.bench.pipelines._registered.gigaam)
(class in asr_eval.bench.pipelines._registered.nemo)
(class in asr_eval.bench.pipelines._registered.pisets)
(class in asr_eval.bench.pipelines._registered.speechbrain)
(class in asr_eval.bench.pipelines._registered.t_one)
(class in asr_eval.bench.pipelines._registered.vosk)
(class in asr_eval.bench.pipelines._registered.wav2vec2)
(class in asr_eval.bench.pipelines._registered.whisper)
_run() (asr_eval.models.speechbrain_wrapper.SpeechbrainStreaming method)
(asr_eval.models.t_one_wrapper.TOneStreaming method)
(asr_eval.models.vosk_streaming_wrapper.VoskStreaming method)
(asr_eval.streaming.model.DummyASR method)
(asr_eval.streaming.model.StreamingASR method)
(asr_eval.streaming.wrappers.OfflineToStreaming method)
A
add_row() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
alignment (asr_eval.bench.evaluator.SamplePipelineData attribute)
(asr_eval.streaming.evaluation.PartialAlignment attribute)
Alignment (class in asr_eval.align.alignment)
alignments (asr_eval.align.alignment.MultipleAlignment attribute)
AlignmentScore (class in asr_eval.align.matching)
api_transcribe() (in module asr_eval.models.base.openai_wrapper)
APITranscriber (class in asr_eval.models.base.openai_wrapper)
apply_corrections() (in module asr_eval.correction.corrector_levenshtein)
apply_formatting() (in module asr_eval.utils.formatting)
arr_pos (asr_eval.streaming.sender.Cutoff attribute)
array (asr_eval.bench.datasets.AudioData attribute)
asr_eval
module
asr_eval.align
module
asr_eval.align.alignment
module
asr_eval.align.char_aligner
module
asr_eval.align.matching
module
asr_eval.align.metrics
module
asr_eval.align.parsing
module
asr_eval.align.plots
module
asr_eval.align.solvers
module
asr_eval.align.solvers.dynprog
module
asr_eval.align.solvers.recursive
module
asr_eval.align.timings
module
asr_eval.align.transcription
module
asr_eval.bench
module
asr_eval.bench.augmentors
module
asr_eval.bench.check
module
asr_eval.bench.dashboard.run
module
asr_eval.bench.datasets
module
asr_eval.bench.evaluator
module
asr_eval.bench.loader
module
asr_eval.bench.parsers
module
asr_eval.bench.pipelines
module
asr_eval.bench.run
module
asr_eval.bench.streaming.make_plots
module
asr_eval.bench.streaming.show_plots
module
asr_eval.correction
module
asr_eval.correction.bow_corpus
module
asr_eval.correction.comparator_wordfreq
module
asr_eval.correction.corrector_langchain
module
asr_eval.correction.corrector_levenshtein
module
asr_eval.correction.corrector_wikirag
module
asr_eval.correction.interfaces
module
asr_eval.ctc
module
asr_eval.ctc.forced_alignment
module
asr_eval.ctc.lm
module
asr_eval.linguistics
module
asr_eval.models
module
asr_eval.models.ast_wrapper
module
asr_eval.models.base.interfaces
module
asr_eval.models.base.longform
module
asr_eval.models.base.openai_wrapper
module
asr_eval.models.flamingo_wrapper
module
asr_eval.models.gemma_wrapper
module
asr_eval.models.gigaam_wrapper
module
asr_eval.models.legacy_pisets_wrapper
module
asr_eval.models.nemo_wrapper
module
asr_eval.models.pyannote_diarization
module
asr_eval.models.pyannote_vad
module
asr_eval.models.qwen2_audio_wrapper
module
asr_eval.models.qwen_audio_wrapper
module
asr_eval.models.salute_wrapper
module
asr_eval.models.speechbrain_wrapper
module
asr_eval.models.t_one_wrapper
module
asr_eval.models.vikhr_wrapper
module
asr_eval.models.vosk54_wrapper
module
asr_eval.models.vosk_streaming_wrapper
module
asr_eval.models.voxtral_wrapper
module
asr_eval.models.wav2vec2_wrapper
module
asr_eval.models.whisper_faster_wrapper
module
asr_eval.models.whisper_wrapper
module
asr_eval.models.yandex_speechkit_wrapper
module
asr_eval.normalizing
module
asr_eval.normalizing.filler_words
module
asr_eval.normalizing.silero
module
asr_eval.normalizing.translit
module
asr_eval.segments
module
asr_eval.segments.chunking
module
asr_eval.streaming
module
asr_eval.streaming.buffer
module
asr_eval.streaming.caller
module
asr_eval.streaming.evaluation
module
asr_eval.streaming.model
module
asr_eval.streaming.plots
module
asr_eval.streaming.sender
module
asr_eval.streaming.wrappers
module
asr_eval.tts
module
asr_eval.tts.yandex_speechkit
module
asr_eval.utils
module
asr_eval.utils.audio_ops
module
asr_eval.utils.cacheable
module
asr_eval.utils.dataframe
module
asr_eval.utils.deduplicate
module
asr_eval.utils.formatting
module
asr_eval.utils.misc
module
asr_eval.utils.plots
module
asr_eval.utils.serializing
module
asr_eval.utils.server
module
asr_eval.utils.shelves
module
asr_eval.utils.srt_wrapper
module
asr_eval.utils.storage
module
asr_eval.utils.table
module
asr_eval.utils.timer
module
asr_eval.utils.types
module
ASRStreamingQueue (class in asr_eval.streaming.model)
at_time (asr_eval.streaming.evaluation.PartialAlignment attribute)
audio (asr_eval.bench.datasets.AudioSample attribute)
AUDIO_CHUNK_TYPE (in module asr_eval.streaming.model)
audio_seconds_processed (asr_eval.streaming.evaluation.PartialAlignment attribute)
audio_seconds_sent (asr_eval.streaming.evaluation.PartialAlignment attribute)
audio_type (asr_eval.models.speechbrain_wrapper.SpeechbrainStreaming property)
(asr_eval.models.t_one_wrapper.TOneStreaming property)
(asr_eval.models.vosk_streaming_wrapper.VoskStreaming property)
(asr_eval.streaming.model.DummyASR property)
(asr_eval.streaming.model.StreamingASR property)
(asr_eval.streaming.wrappers.OfflineToStreaming property)
AudioAugmentor (class in asr_eval.bench.augmentors)
AudioData (class in asr_eval.bench.datasets)
AudioSample (class in asr_eval.bench.datasets)
AudioSegment (class in asr_eval.segments)
AudioSpectrogramTransformer (class in asr_eval.models.ast_wrapper)
average_segment_features() (in module asr_eval.segments.chunking)
average_wer() (in module asr_eval.align.metrics)
B
baseline (asr_eval.align.alignment.MultipleAlignment attribute)
baseline_name (asr_eval.align.alignment.MultipleAlignment attribute)
BaseStorage (class in asr_eval.utils.storage)
blank_id (asr_eval.models.base.interfaces.CTC property)
(asr_eval.models.base.longform.LongformCTC property)
(asr_eval.models.gigaam_wrapper.GigaAMShortformCTC property)
(asr_eval.models.wav2vec2_wrapper.Wav2vec2Wrapper property)
blocks (asr_eval.align.transcription.SingleVariantTranscription attribute)
(asr_eval.align.transcription.Transcription attribute)
bootstrap() (in module asr_eval.align.metrics)
bootstrap_values (asr_eval.align.metrics.MetricDistribution attribute)
build_term_index() (asr_eval.correction.corrector_wikirag.WikipediaTermRetriever method)
C
CACHE_DIR (in module asr_eval)
CannotFillTimings
center_time (asr_eval.segments.AudioSegment property)
(asr_eval.streaming.evaluation.StreamingASRErrorPosition property)
char_align() (in module asr_eval.align.char_aligner)
char_edit_distance() (in module asr_eval.align.matching)
CharAligned (class in asr_eval.align.char_aligner)
check_consistency() (in module asr_eval.streaming.model)
chunk_audio() (in module asr_eval.segments.chunking)
CHUNK_TYPE (class in asr_eval.streaming.model)
clip() (asr_eval.segments.AudioSegment method)
close() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
(asr_eval.utils.storage.DiskcacheStorage method)
(asr_eval.utils.storage.ShelfStorage method)
colorize() (asr_eval.align.transcription.Transcription method)
compare_pipelines() (in module asr_eval.bench.evaluator)
ContentFilterException
contextual_transcribe() (asr_eval.models.base.interfaces.ContextualTranscriber method)
(asr_eval.models.gemma_wrapper.Gemma3nWrapper method)
(asr_eval.models.qwen2_audio_wrapper.Qwen2AudioWrapper method)
ContextualLongformVAD (class in asr_eval.models.base.longform)
ContextualTranscriber (class in asr_eval.models.base.interfaces)
convert_audio_format() (in module asr_eval.utils.audio_ops)
Correct (class in asr_eval.align.alignment)
CorrectorLangchain (class in asr_eval.correction.corrector_langchain)
CorrectorLevenshtein (class in asr_eval.correction.corrector_levenshtein)
CSVStorage (class in asr_eval.utils.storage)
CTC (class in asr_eval.models.base.interfaces)
ctc_log_probs() (asr_eval.models.base.interfaces.CTC method)
(asr_eval.models.base.longform.LongformCTC method)
(asr_eval.models.gigaam_wrapper.GigaAMShortformCTC method)
(asr_eval.models.wav2vec2_wrapper.Wav2vec2Wrapper method)
ctc_mapping() (in module asr_eval.ctc)
CTCDecoderWithLM (class in asr_eval.ctc.lm)
Cutoff (class in asr_eval.streaming.sender)
cutoffs (asr_eval.streaming.evaluation.StreamingEvaluationResults attribute)
D
data (asr_eval.streaming.model.InputChunk attribute)
(asr_eval.streaming.model.OutputChunk attribute)
DataclassDataFrame (class in asr_eval.utils.dataframe)
dataset_metric (asr_eval.bench.evaluator.DatasetData attribute)
dataset_metric_to_dataframe() (in module asr_eval.align.metrics)
DatasetData (class in asr_eval.bench.evaluator)
DatasetInfo (class in asr_eval.bench.datasets)
DatasetMetric (class in asr_eval.align.metrics)
DatasetSpec (class in asr_eval.bench.datasets)
decode() (asr_eval.ctc.lm.CTCDecoderWithLM method)
decode_from_log_probs() (asr_eval.ctc.lm.CTCDecoderWithLM method)
DEFAULT_PARSER (in module asr_eval.align.parsing)
delete_all() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
delete_row() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
Deletion (class in asr_eval.align.alignment)
deserialize_object() (in module asr_eval.utils.serializing)
detect_topic() (asr_eval.correction.corrector_wikirag.WikipediaTermRetriever method)
DiarizationSegment (class in asr_eval.segments)
DictStorage (class in asr_eval.utils.storage)
DiskCacheable (class in asr_eval.utils.cacheable)
DiskcacheStorage (class in asr_eval.utils.storage)
draw_bezier() (in module asr_eval.utils.plots)
draw_line_with_ticks() (in module asr_eval.utils.plots)
draw_timed_transcription() (in module asr_eval.align.plots)
DummyASR (class in asr_eval.streaming.model)
Duplicate (class in asr_eval.utils.deduplicate)
duration (asr_eval.segments.AudioSegment property)
E
elapsed_time (asr_eval.bench.evaluator.SamplePipelineData attribute)
elapsed_times (asr_eval.align.alignment.MultipleAlignment attribute)
end_pos (asr_eval.align.transcription.MultiVariantBlock attribute)
(asr_eval.align.transcription.Token attribute)
end_pos() (asr_eval.segments.AudioSegment method)
end_time (asr_eval.align.transcription.MultiVariantBlock property)
(asr_eval.align.transcription.Token attribute)
(asr_eval.streaming.evaluation.StreamingASRErrorPosition attribute)
(asr_eval.streaming.model.InputChunk attribute)
err_positions (asr_eval.bench.evaluator.SamplePipelineData attribute)
error_listing() (asr_eval.align.alignment.Alignment method)
ErrorListingElement (class in asr_eval.align.alignment)
evaluate_streaming() (in module asr_eval.streaming.evaluation)
Exit
expand() (asr_eval.segments.AudioSegment method)
F
FasterWhisperLongformWrapper (class in asr_eval.models.whisper_faster_wrapper)
fill_word_timings_inplace() (in module asr_eval.align.timings)
find_audio_duplicates() (in module asr_eval.utils.deduplicate)
find_audio_duplicates_for_multiple_splits() (in module asr_eval.utils.deduplicate)
find_similar_terms() (asr_eval.correction.corrector_wikirag.WikipediaTermRetriever method)
FINISH (asr_eval.streaming.model.Signal attribute)
finish_timestamp (asr_eval.streaming.evaluation.StreamingEvaluationResults property)
FlamingoWrapper (class in asr_eval.models.flamingo_wrapper)
FLOATS (in module asr_eval.utils.types)
forced_alignment() (in module asr_eval.ctc.forced_alignment)
forced_alignment_via_recursion() (in module asr_eval.ctc.forced_alignment)
Formatting (class in asr_eval.utils.formatting)
FormattingSpan (class in asr_eval.utils.formatting)
from_samples() (asr_eval.align.metrics.DatasetMetric class method)
full_samples (asr_eval.bench.evaluator.DatasetData attribute)
G
Gemma3nWrapper (class in asr_eval.models.gemma_wrapper)
get() (asr_eval.streaming.buffer.StreamingQueue method)
(asr_eval.streaming.model.ASRStreamingQueue method)
(asr_eval.streaming.model.InputBuffer method)
get_all_pipelines() (asr_eval.bench.evaluator.DatasetData method)
get_annotation() (asr_eval.bench.loader.PredictionLoader method)
get_audio_seconds_processed() (in module asr_eval.streaming.evaluation)
get_audio_seconds_sent() (in module asr_eval.streaming.evaluation)
get_augmentor() (in module asr_eval.bench.augmentors)
get_category_articles() (asr_eval.correction.corrector_wikirag.WikipediaTermRetriever method)
get_dataset() (in module asr_eval.bench.datasets)
get_dataset_data() (in module asr_eval.bench.evaluator)
get_dataset_info() (in module asr_eval.bench.datasets)
get_dataset_sample_by_id() (in module asr_eval.bench.datasets)
get_error_positions() (asr_eval.streaming.evaluation.PartialAlignment method)
get_multiple_alignments() (asr_eval.bench.loader.PredictionLoader method)
get_next_slot() (asr_eval.align.transcription.TranscriptionPath method)
get_option_text() (asr_eval.align.transcription.MultiVariantBlock method)
get_ordered_sample_ids() (asr_eval.bench.loader.PredictionLoader method)
get_outer_slots() (in module asr_eval.align.transcription)
get_outer_slots_values() (in module asr_eval.align.transcription)
get_parser() (in module asr_eval.bench.parsers)
get_partial_alignments() (in module asr_eval.streaming.evaluation)
get_pipeline() (in module asr_eval.bench.pipelines)
get_pipeline_index() (in module asr_eval.bench.pipelines)
get_prev_slot() (asr_eval.align.transcription.TranscriptionPath method)
get_row() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
get_spans_for_char_aligned() (in module asr_eval.align.char_aligner)
get_starting_part() (asr_eval.align.transcription.Transcription method)
get_status() (asr_eval.streaming.sender.StreamingSender method)
get_timestamp (asr_eval.streaming.model.InputChunk attribute)
(asr_eval.streaming.model.OutputChunk attribute)
get_true_len() (asr_eval.align.alignment.Alignment method)
get_uniform_cutoffs() (in module asr_eval.streaming.sender)
get_with_rechunking() (asr_eval.streaming.model.InputBuffer method)
GigaAMShortformBase (class in asr_eval.models.gigaam_wrapper)
GigaAMShortformCTC (class in asr_eval.models.gigaam_wrapper)
GigaAMShortformRNNT (class in asr_eval.models.gigaam_wrapper)
groupby_into_spans() (in module asr_eval.utils.misc)
grouped_loaded_predictions (asr_eval.bench.loader.PredictionLoader attribute)
GroupKey (class in asr_eval.bench.loader)
H
has_row() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
I
InnerLoc (class in asr_eval.align.transcription)
input_chunks (asr_eval.streaming.evaluation.StreamingEvaluationResults attribute)
InputBuffer (class in asr_eval.streaming.model)
InputChunk (class in asr_eval.streaming.model)
Insertion (class in asr_eval.align.alignment)
INTS (in module asr_eval.utils.types)
is_multithreaded (asr_eval.streaming.model.StreamingASR property)
is_thread_started() (asr_eval.streaming.model.StreamingASR method)
is_timed (asr_eval.align.transcription.MultiVariantBlock property)
(asr_eval.align.transcription.Token property)
is_timed() (asr_eval.align.transcription.Transcription method)
iter_rows() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
J
join() (asr_eval.streaming.model.TranscriptionChunk class method)
(asr_eval.streaming.sender.StreamingSender method)
join_and_get_history() (asr_eval.streaming.sender.StreamingSender method)
L
latency_plot() (in module asr_eval.streaming.plots)
LegacyPisetsWrapper (class in asr_eval.models.legacy_pisets_wrapper)
lemmatize_ru() (in module asr_eval.linguistics)
list_all() (asr_eval.utils.storage.BaseStorage method)
(asr_eval.utils.storage.CSVStorage method)
(asr_eval.utils.storage.DictStorage method)
list_all_tokens() (asr_eval.align.transcription.Transcription method)
list_join() (in module asr_eval.utils.misc)
load_from_json() (in module asr_eval.utils.serializing)
locate_subarray_in_array() (in module asr_eval.utils.misc)
LongformCTC (class in asr_eval.models.base.longform)
LongformVAD (class in asr_eval.models.base.longform)
M
main_value (asr_eval.align.metrics.MetricDistribution attribute)
make_sender() (in module asr_eval.streaming.evaluation)
Match (class in asr_eval.align.matching)
matches (asr_eval.align.matching.MatchesList attribute)
MatchesList (class in asr_eval.align.matching)
merge_synthetic_speech() (in module asr_eval.utils.audio_ops)
MetricDistribution (class in asr_eval.align.metrics)
metrics (asr_eval.bench.evaluator.SamplePipelineData attribute)
Metrics (class in asr_eval.align.metrics)
mode (asr_eval.utils.deduplicate.Duplicate attribute)
module
asr_eval
asr_eval.align
asr_eval.align.alignment
asr_eval.align.char_aligner
asr_eval.align.matching
asr_eval.align.metrics
asr_eval.align.parsing
asr_eval.align.plots
asr_eval.align.solvers
asr_eval.align.solvers.dynprog
asr_eval.align.solvers.recursive
asr_eval.align.timings
asr_eval.align.transcription
asr_eval.bench
asr_eval.bench.augmentors
asr_eval.bench.check
asr_eval.bench.dashboard.run
asr_eval.bench.datasets
asr_eval.bench.evaluator
asr_eval.bench.loader
asr_eval.bench.parsers
asr_eval.bench.pipelines
asr_eval.bench.run
asr_eval.bench.streaming.make_plots
asr_eval.bench.streaming.show_plots
asr_eval.correction
asr_eval.correction.bow_corpus
asr_eval.correction.comparator_wordfreq
asr_eval.correction.corrector_langchain
asr_eval.correction.corrector_levenshtein
asr_eval.correction.corrector_wikirag
asr_eval.correction.interfaces
asr_eval.ctc
asr_eval.ctc.forced_alignment
asr_eval.ctc.lm
asr_eval.linguistics
asr_eval.models
asr_eval.models.ast_wrapper
asr_eval.models.base.interfaces
asr_eval.models.base.longform
asr_eval.models.base.openai_wrapper
asr_eval.models.flamingo_wrapper
asr_eval.models.gemma_wrapper
asr_eval.models.gigaam_wrapper
asr_eval.models.legacy_pisets_wrapper
asr_eval.models.nemo_wrapper
asr_eval.models.pyannote_diarization
asr_eval.models.pyannote_vad
asr_eval.models.qwen2_audio_wrapper
asr_eval.models.qwen_audio_wrapper
asr_eval.models.salute_wrapper
asr_eval.models.speechbrain_wrapper
asr_eval.models.t_one_wrapper
asr_eval.models.vikhr_wrapper
asr_eval.models.vosk54_wrapper
asr_eval.models.vosk_streaming_wrapper
asr_eval.models.voxtral_wrapper
asr_eval.models.wav2vec2_wrapper
asr_eval.models.whisper_faster_wrapper
asr_eval.models.whisper_wrapper
asr_eval.models.yandex_speechkit_wrapper
asr_eval.normalizing
asr_eval.normalizing.filler_words
asr_eval.normalizing.silero
asr_eval.normalizing.translit
asr_eval.segments
asr_eval.segments.chunking
asr_eval.streaming
asr_eval.streaming.buffer
asr_eval.streaming.caller
asr_eval.streaming.evaluation
asr_eval.streaming.model
asr_eval.streaming.plots
asr_eval.streaming.sender
asr_eval.streaming.wrappers
asr_eval.tts
asr_eval.tts.yandex_speechkit
asr_eval.utils
asr_eval.utils.audio_ops
asr_eval.utils.cacheable
asr_eval.utils.dataframe
asr_eval.utils.deduplicate
asr_eval.utils.formatting
asr_eval.utils.misc
asr_eval.utils.plots
asr_eval.utils.serializing
asr_eval.utils.server
asr_eval.utils.shelves
asr_eval.utils.srt_wrapper
asr_eval.utils.storage
asr_eval.utils.table
asr_eval.utils.timer
asr_eval.utils.types
MultipleAlignment (class in asr_eval.align.alignment)
MultiVariantBlock (class in asr_eval.align.transcription)
N
n_char_errors (asr_eval.align.matching.AlignmentScore attribute)
n_correct (asr_eval.align.matching.AlignmentScore attribute)
n_deletions (asr_eval.align.alignment.ErrorListingElement attribute)
n_errors (asr_eval.align.alignment.ErrorListingElement property)
(asr_eval.align.metrics.Metrics property)
n_insertions (asr_eval.align.alignment.ErrorListingElement attribute)
n_replacements (asr_eval.align.alignment.ErrorListingElement attribute)
n_word_errors (asr_eval.align.matching.AlignmentScore attribute)
new_uid() (in module asr_eval.utils.misc)
NvidiaNemoWrapper (class in asr_eval.models.nemo_wrapper)
O
OfflineToStreaming (class in asr_eval.streaming.wrappers)
outer_loc (asr_eval.align.alignment.ErrorListingElement attribute)
OuterLoc (class in asr_eval.align.transcription)
output_chunks (asr_eval.streaming.evaluation.StreamingEvaluationResults attribute)
OutputBeam (class in asr_eval.ctc.lm)
OutputBuffer (class in asr_eval.streaming.model)
OutputChunk (class in asr_eval.streaming.model)
overlap_seconds() (asr_eval.segments.AudioSegment method)
P
parse_single_variant_transcription() (asr_eval.align.parsing.Parser method)
parse_transcription() (asr_eval.align.parsing.Parser method)
Parser (class in asr_eval.align.parsing)
partial_alignments (asr_eval.streaming.evaluation.StreamingEvaluationResults attribute)
partial_alignments_plot() (in module asr_eval.streaming.plots)
PartialAlignment (class in asr_eval.streaming.evaluation)
plot_dataset_metric() (in module asr_eval.align.metrics)
postprocessing() (asr_eval.align.parsing.Parser method)
pred (asr_eval.align.alignment.Alignment attribute)
(asr_eval.align.alignment.ErrorListingElement attribute)
(asr_eval.align.matching.Match attribute)
(asr_eval.streaming.evaluation.PartialAlignment attribute)
pred_text (asr_eval.align.alignment.ErrorListingElement property)
PredictionLoader (class in asr_eval.bench.loader)
prepare_domain_specific_bag_of_words_corpus() (in module asr_eval.correction.bow_corpus)
preprocessing() (asr_eval.align.parsing.Parser method)
process_query() (asr_eval.correction.corrector_wikirag.WikipediaTermRetriever method)
processed_time (asr_eval.streaming.evaluation.StreamingASRErrorPosition attribute)
PUNCT (in module asr_eval.align.parsing)
put() (asr_eval.streaming.buffer.StreamingQueue method)
(asr_eval.streaming.model.ASRStreamingQueue method)
put_error() (asr_eval.streaming.buffer.StreamingQueue method)
put_timestamp (asr_eval.streaming.model.InputChunk attribute)
(asr_eval.streaming.model.OutputChunk attribute)
PyannoteDiarizationWrapper (class in asr_eval.models.pyannote_diarization)
PyannoteSegmenter (class in asr_eval.models.pyannote_vad)
Q
quantiles() (asr_eval.align.metrics.MetricDistribution method)
Qwen2AudioWrapper (class in asr_eval.models.qwen2_audio_wrapper)
QwenAudioWrapper (class in asr_eval.models.qwen_audio_wrapper)
R
read_srt() (in module asr_eval.utils.srt_wrapper)
receive_transcription() (in module asr_eval.streaming.caller)
register_dataset() (in module asr_eval.bench.datasets)
register_parsers() (in module asr_eval.bench.parsers)
remap_time() (in module asr_eval.streaming.evaluation)
render_as_text() (asr_eval.align.alignment.Alignment method)
(asr_eval.align.alignment.MultipleAlignment method)
Replacement (class in asr_eval.align.alignment)
rolling_window() (in module asr_eval.utils.misc)
ROOT_DIR (in module asr_eval)
RuFillerRemover (class in asr_eval.normalizing.filler_words)
run_dashboard() (in module asr_eval.bench.dashboard.run)
run_pipeline() (in module asr_eval.bench.run)
RuNormParser (class in asr_eval.bench.parsers)
RuSileroNormalizer (class in asr_eval.normalizing.silero)
RuWordFreqComparator (class in asr_eval.correction.comparator_wordfreq)
S
SaluteWrapper (class in asr_eval.models.salute_wrapper)
sample_id (asr_eval.align.alignment.ErrorListingElement attribute)
(asr_eval.bench.datasets.AudioSample attribute)
sample_idxs (asr_eval.utils.deduplicate.Duplicate attribute)
SampleData (class in asr_eval.bench.evaluator)
SamplePipelineData (class in asr_eval.bench.evaluator)
SamplePrediction (class in asr_eval.bench.loader)
samples (asr_eval.bench.evaluator.DatasetData attribute)
sampling_rate (asr_eval.bench.datasets.AudioData attribute)
(asr_eval.streaming.model.StreamingASR attribute)
save_to_json() (in module asr_eval.utils.serializing)
score (asr_eval.align.matching.Match attribute)
(asr_eval.align.matching.MatchesList attribute)
seconds_processed (asr_eval.streaming.model.OutputChunk attribute)
Segmenter (class in asr_eval.models.base.interfaces)
select_single_path() (asr_eval.align.transcription.Transcription method)
sent_time (asr_eval.streaming.evaluation.StreamingASRErrorPosition attribute)
SerializableToDict (class in asr_eval.utils.serializing)
serialize_object() (in module asr_eval.utils.serializing)
serialize_to_dict() (asr_eval.utils.serializing.SerializableToDict method)
ServerAsSubprocess (class in asr_eval.utils.server)
set_filter() (in module asr_eval.bench.datasets)
ShelfStorage (class in asr_eval.utils.storage)
show_last_alignments() (in module asr_eval.streaming.plots)
Signal (class in asr_eval.streaming.model)
SingleVariantTranscription (class in asr_eval.align.transcription)
slice() (asr_eval.segments.AudioSegment method)
slot_idx_to_loc() (asr_eval.align.transcription.TranscriptionPath method)
slot_loc_to_idx() (asr_eval.align.transcription.TranscriptionPath method)
slot_to_token() (asr_eval.align.transcription.TranscriptionPath method)
slots (asr_eval.align.alignment.Alignment attribute)
solve_optimal_alignment() (in module asr_eval.align.solvers.dynprog)
(in module asr_eval.align.solvers.recursive)
SpeechbrainStreaming (class in asr_eval.models.speechbrain_wrapper)
split_text_by_space() (in module asr_eval.linguistics)
split_text_into_sentences() (in module asr_eval.linguistics)
start_pos (asr_eval.align.transcription.MultiVariantBlock attribute)
(asr_eval.align.transcription.Token attribute)
start_pos() (asr_eval.segments.AudioSegment method)
start_sending() (asr_eval.streaming.sender.StreamingSender method)
start_thread() (asr_eval.streaming.model.StreamingASR method)
start_time (asr_eval.align.transcription.MultiVariantBlock property)
(asr_eval.align.transcription.Token attribute)
(asr_eval.streaming.evaluation.StreamingASRErrorPosition attribute)
start_timestamp (asr_eval.streaming.evaluation.StreamingEvaluationResults property)
status (asr_eval.align.matching.Match attribute)
(asr_eval.streaming.evaluation.StreamingASRErrorPosition attribute)
stop_thread() (asr_eval.streaming.model.StreamingASR method)
streaming_error_vs_latency_histogram() (in module asr_eval.streaming.plots)
StreamingASR (class in asr_eval.streaming.model)
StreamingASRErrorPosition (class in asr_eval.streaming.evaluation)
StreamingEvaluationResults (class in asr_eval.streaming.evaluation)
StreamingQueue (class in asr_eval.streaming.buffer)
StreamingSender (class in asr_eval.streaming.sender)
StreamingToOffline (class in asr_eval.streaming.wrappers)
T
t_audio (asr_eval.streaming.sender.Cutoff attribute)
t_real (asr_eval.streaming.sender.Cutoff attribute)
Table2D (class in asr_eval.utils.table)
text (asr_eval.align.transcription.Transcription attribute)
text_to_terms() (asr_eval.correction.corrector_wikirag.WikipediaTermRetriever method)
tick_size (asr_eval.models.base.interfaces.CTC property)
(asr_eval.models.base.longform.LongformCTC property)
(asr_eval.models.gigaam_wrapper.GigaAMShortformCTC property)
(asr_eval.models.wav2vec2_wrapper.Wav2vec2Wrapper property)
timed_transcribe() (asr_eval.ctc.lm.CTCDecoderWithLM method)
(asr_eval.models.base.interfaces.TimedTranscriber method)
(asr_eval.models.base.longform.ContextualLongformVAD method)
(asr_eval.models.base.longform.LongformVAD method)
(asr_eval.models.legacy_pisets_wrapper.LegacyPisetsWrapper method)
(asr_eval.models.salute_wrapper.SaluteWrapper method)
(asr_eval.models.whisper_faster_wrapper.FasterWhisperLongformWrapper method)
(asr_eval.models.yandex_speechkit_wrapper.YandexSpeechKitWrapper method)
timed_transcription (asr_eval.streaming.evaluation.StreamingEvaluationResults attribute)
TimedDiarizationText (class in asr_eval.segments)
TimedText (class in asr_eval.segments)
TimedTranscriber (class in asr_eval.models.base.interfaces)
Timer (class in asr_eval.utils.timer)
to_dataframe() (asr_eval.align.alignment.MultipleAlignment method)
to_table() (asr_eval.align.alignment.MultipleAlignment method)
to_text() (asr_eval.align.transcription.MultiVariantBlock method)
(asr_eval.align.transcription.Token method)
Token (class in asr_eval.align.transcription)
token_uid_to_slot() (asr_eval.align.transcription.TranscriptionPath method)
tokenizing (asr_eval.align.parsing.Parser attribute)
TOneStreaming (class in asr_eval.models.t_one_wrapper)
TOneWrapper (class in asr_eval.models.t_one_wrapper)
total_true_len (asr_eval.align.matching.MatchesList attribute)
transcribe() (asr_eval.correction.comparator_wordfreq.RuWordFreqComparator method)
(asr_eval.models.base.interfaces.ContextualTranscriber method)
(asr_eval.models.base.interfaces.CTC method)
(asr_eval.models.base.interfaces.TimedTranscriber method)
(asr_eval.models.base.interfaces.Transcriber method)
(asr_eval.models.base.openai_wrapper.APITranscriber method)
(asr_eval.models.flamingo_wrapper.FlamingoWrapper method)
(asr_eval.models.gigaam_wrapper.GigaAMShortformBase method)
(asr_eval.models.gigaam_wrapper.GigaAMShortformCTC method)
(asr_eval.models.nemo_wrapper.NvidiaNemoWrapper method)
(asr_eval.models.qwen_audio_wrapper.QwenAudioWrapper method)
(asr_eval.models.t_one_wrapper.TOneWrapper method)
(asr_eval.models.vikhr_wrapper.VikhrBorealisWrapper method)
(asr_eval.models.vosk54_wrapper.VoskV54 method)
(asr_eval.models.whisper_wrapper.WhisperLongformWrapper method)
(asr_eval.streaming.wrappers.StreamingToOffline method)
transcribe_parallel() (in module asr_eval.streaming.caller)
Transcriber (class in asr_eval.models.base.interfaces)
TranscriberPipeline (class in asr_eval.bench.pipelines)
transcription (asr_eval.bench.datasets.AudioSample attribute)
Transcription (class in asr_eval.align.transcription)
transcription_html (asr_eval.bench.evaluator.SamplePipelineData attribute)
TranscriptionChunk (class in asr_eval.streaming.model)
TranscriptionCorrector (class in asr_eval.correction.interfaces)
TranscriptionPath (class in asr_eval.align.transcription)
TranslitNormalizer (class in asr_eval.normalizing.translit)
true (asr_eval.align.alignment.Alignment attribute)
(asr_eval.align.alignment.ErrorListingElement attribute)
(asr_eval.align.matching.Match attribute)
true_text (asr_eval.align.alignment.ErrorListingElement attribute)
try_inflect_ru() (in module asr_eval.linguistics)
TupleKeyShelf (class in asr_eval.utils.shelves)
U
uid (asr_eval.align.transcription.MultiVariantBlock attribute)
(asr_eval.align.transcription.Token attribute)
utterances_to_srt() (in module asr_eval.utils.srt_wrapper)
V
value (asr_eval.align.transcription.Token attribute)
VikhrBorealisWrapper (class in asr_eval.models.vikhr_wrapper)
visualize_history() (in module asr_eval.streaming.plots)
visualize_speaker_embeddings() (in module asr_eval.utils.deduplicate)
vocab (asr_eval.models.base.interfaces.CTC property)
(asr_eval.models.base.longform.LongformCTC property)
(asr_eval.models.gigaam_wrapper.GigaAMShortformCTC property)
(asr_eval.models.wav2vec2_wrapper.Wav2vec2Wrapper property)
VoskStreaming (class in asr_eval.models.vosk_streaming_wrapper)
VoskV54 (class in asr_eval.models.vosk54_wrapper)
VoxtralWrapper (class in asr_eval.models.voxtral_wrapper)
W
Wav2vec2Wrapper (class in asr_eval.models.wav2vec2_wrapper)
waveform (asr_eval.streaming.evaluation.StreamingEvaluationResults attribute)
waveform_as_file() (in module asr_eval.utils.audio_ops)
waveform_to_bytes() (in module asr_eval.utils.audio_ops)
WhisperLongformWrapper (class in asr_eval.models.whisper_wrapper)
WikiArticle (class in asr_eval.correction.corrector_wikirag)
WikipediaTermRetriever (class in asr_eval.correction.corrector_wikirag)
WikiRAGSuggestions (class in asr_eval.correction.corrector_wikirag)
Wildcard (class in asr_eval.align.transcription)
word_error_rate() (asr_eval.align.metrics.Metrics method)
WORD_ERROR_TYPE (in module asr_eval.align.alignment)
word_freq() (in module asr_eval.linguistics)
WordCorrection (class in asr_eval.correction.corrector_levenshtein)
Y
yandex_text_to_speech() (in module asr_eval.tts.yandex_speechkit)
YandexSpeechKitWrapper (class in asr_eval.models.yandex_speechkit_wrapper)