Home
last modified time | relevance | path

Searched refs:transcribe (Results 1 – 25 of 781) sorted by relevance

12345678910>>...32

/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/sequence/tests/
H A Dtest_dna.py20 self.assertEqual(DNA('').transcribe(), RNA(''))
21 self.assertEqual(DNA('A').transcribe(), RNA('A'))
22 self.assertEqual(DNA('.ACGW-').transcribe(), RNA('.ACGW-'))
25 self.assertEqual(DNA('T').transcribe(), RNA('U'))
26 self.assertEqual(DNA('TT').transcribe(), RNA('UU'))
27 self.assertEqual(DNA('ATCTG').transcribe(), RNA('AUCUG'))
28 self.assertEqual(DNA('TTTG').transcribe(), RNA('UUUG'))
40 self.assertEqual(seq.transcribe(), exp)
44 self.assertEqual(seq.transcribe(), RNA('AUAU'))
/dports/devel/awscli/awscli-1.20.61/awscli/examples/transcribe/
H A Dstart-transcription-job.rst1 **Example 1: To transcribe an audio file**
5 aws transcribe start-transcription-job \
24 aws transcribe start-transcription-job \
64 aws transcribe start-transcription-job \
106 aws transcribe start-transcription-job \
148 aws transcribe start-transcription-job \
190 aws transcribe start-transcription-job \
230 aws transcribe start-transcription-job \
264 aws transcribe start-transcription-job \
306 aws transcribe start-transcription-job \
[all …]
H A Dstart-medical-transcription-job.rst1 **Example 1: To transcribe a medical dictation stored as an audio file**
5 aws transcribe start-medical-transcription-job \
40 **Example 2: To transcribe a clinician-patient dialogue stored as an audio file**
44 aws transcribe start-medical-transcription-job \
79 **Example 3: To transcribe a multichannel audio file of a clinician-patient dialogue**
83 aws transcribe start-medical-transcription-job \
128 aws transcribe start-medical-transcription-job \
175 aws transcribe start-medical-transcription-job \
218 **Example 6: To transcribe an audio file of a medical dictation with up to two alternative transcri…
222 aws transcribe start-medical-transcription-job \
[all …]
H A Ddescribe-language-model.rst3 …Band base model can transcribe audio with a sample rate less than 16 kHz. Language models using a …
5 aws transcribe describe-language-model \
27 …tion Accuracy with Custom Language Models <https://docs.aws.amazon.com/transcribe/latest/dg/custom…
H A Dcreate-language-model.rst3 … that is best suited for the sample rate of the audio that you want to transcribe with your custom…
5 aws transcribe create-language-model \
25 …tion Accuracy with Custom Language Models <https://docs.aws.amazon.com/transcribe/latest/dg/custom…
29 … that is best suited for the sample rate of the audio that you want to transcribe with your custom…
31 aws transcribe create-language-model \
50 …tion Accuracy with Custom Language Models <https://docs.aws.amazon.com/transcribe/latest/dg/custom…
H A Dcreate-vocabulary.rst3 … you must have created a text file with all the terms that you want to transcribe more accurately.…
5 aws transcribe create-vocabulary \
18 For more information, see `Custom Vocabularies <https://docs.aws.amazon.com/transcribe/latest/dg/ho…
H A Dlist-language-models.rst3 … You can transcribe audio with a sample rate of less than 16 kHz with a custom language model usin…
5 aws transcribe list-language-models
54 …tion Accuracy with Custom Language Models <https://docs.aws.amazon.com/transcribe/latest/dg/custom…
H A Dcreate-medical-vocabulary.rst3 … you must have created a text file with all the terms that you want to transcribe more accurately.…
5 aws transcribe create-medical-vocabulary \
18 For more information, see `Medical Custom Vocabularies <https://docs.aws.amazon.com/transcribe/late…
H A Ddelete-vocabulary.rst5 aws transcribe delete-vocabulary \
10 For more information, see `Custom Vocabularies <https://docs.aws.amazon.com/transcribe/latest/dg/ho…
H A Ddelete-medical-transcription-job.rst5 aws transcribe delete-medical-transcription-job \
10 For more information, see `DeleteMedicalTranscriptionJob <https://docs.aws.amazon.com/transcribe/la…
H A Ddelete-transcription-job.rst5 aws transcribe delete-transcription-job \
10 For more information, see `DeleteTranscriptionJob <https://docs.aws.amazon.com/transcribe/latest/dg…
H A Ddelete-vocabulary-filter.rst5 aws transcribe delete-vocabulary-filter \
10 For more information, see `Filtering Unwanted Words <https://docs.aws.amazon.com/transcribe/latest/…
H A Ddelete-language-model.rst5 aws transcribe delete-language-model \
10 …tion Accuracy with Custom Language Models <https://docs.aws.amazon.com/transcribe/latest/dg/custom…
H A Ddelete-medical-vocabulary.rst5 aws transcribe delete-vocabulary \
10 For more information, see `Medical Custom Vocabularies <https://docs.aws.amazon.com/transcribe/late…
H A Dget-vocabulary.rst5 aws transcribe get-vocabulary \
18 For more information, see `Custom Vocabularies <https://docs.aws.amazon.com/transcribe/latest/dg/ho…
H A Dget-vocabulary-filter.rst5 aws transcribe get-vocabulary-filter \
17 For more information, see `Filter Unwanted Words <https://docs.aws.amazon.com/transcribe/latest/dg/…
H A Dlist-vocabulary-filters.rst5 aws transcribe list-vocabulary-filters
39 For more information, see `Filtering Unwanted Words <https://docs.aws.amazon.com/transcribe/latest/…
H A Dupdate-vocabulary.rst5 aws transcribe update-vocabulary \
18 For more information, see `Custom Vocabularies <https://docs.aws.amazon.com/transcribe/latest/dg/ho…
H A Dget-medical-vocabulary.rst5 aws transcribe get-medical-vocabulary \
18 For more information, see `Medical Custom Vocabularies <https://docs.aws.amazon.com/transcribe/late…
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/sequence/
H A D_dna.py145 def transcribe(self): member in DNA
283 return self.transcribe().translate(*args, **kwargs)
410 return self.transcribe().translate_six_frames(*args, **kwargs)
/dports/games/scourge/scourge/src/
H A Dpcui.cpp103transcribe = mainWin->createButton( x, y, x + 32, y + 32, NULL, true, scourge->getShapePalette()->… in PcUi()
104 transcribe->setTooltip( _( "Transcribe scroll into the spellbook" ) ); in PcUi()
184 } else if ( widget == transcribe ) { in handleEvent()
185 toggleButtons( transcribe ); in handleEvent()
285 if ( button != transcribe ) transcribe->setSelected( false ); in toggleButtons()
288 …if ( info->isSelected() || use->isSelected() || transcribe->isSelected() || enchant->isSelected() … in toggleButtons()
306 return transcribe->isSelected(); in isTranscribeSelected()
/dports/biology/p5-Bio-Coordinate/Bio-Coordinate-1.007001/t/
H A DCoordinateMapper.t331 ok $transcribe->add_mapper($pair1);
332 ok $transcribe->add_mapper($pair2);
337 ok $res = $transcribe->map($pos);
344 ok $res = $transcribe->map($pos);
352 ok $res = $transcribe->map($pos);
360 ok $res = $transcribe->map($pos);
388 $transcribe = Bio::Coordinate::Collection->new;
389 $transcribe->add_mapper($pair3);
390 $transcribe->add_mapper($pair1);
391 $transcribe->add_mapper($pair2);
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libscorealign/
H A Dmain.cpp260 int transcribe = 0; in main() local
318 if (transcribe == 0) { in main()
320 transcribe++; in main()
325 transcribe++; in main()
335 if (transcribe == 1) { in main()
/dports/audio/festival/speech_tools/rxp/
H A Dxmlparser.c1186 require(transcribe(p, count, count)); in parse_pcdata()
1219 require(transcribe(p, count+1, count)); in parse_pcdata()
1341 require(transcribe(p, count, count)); in parse_comment()
1406 require(transcribe(p, count, count)); in parse_pi()
1458 require(transcribe(p, count+1, count)); in parse_string()
1479 require(transcribe(p, count, count)); in parse_string()
1494 require(transcribe(p, count+1, count)); in parse_string()
1517 require(transcribe(p, count+1, count)); in parse_string()
1549 require(transcribe(p, count+1, count)); in parse_string()
1720 require(transcribe(p, count+1, count)); in read_markupdecls()
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/data/scripts/
H A Dspeechtotext.py40 def transcribe(): function
51 transcribe()

12345678910>>...32