voxforge.org
VoxForge Dev

Changeset 2594

Show
Ignore:
Timestamp:
05/26/08 14:21:04 (6 months ago)
Author:
kmaclean
Message:

AudioSegmentation scripts -add POD docs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook.pm

    r2593 r2594  
    44=head1 NAME 
    55 
    6 AudioBook - Convert a single transcribed audio file into an average of 15 word audio segments   
     6AudioBook - Convert a single transcribed audio file into 15 word audio segments (approximately)   
    77 
    88=cut  
     
    5050                * required for script to run 
    5151 
    52 =head2 NOTES 
     52=head1 NOTES 
    5353 
    5454=head3 Text Does not Match Audio 
     
    7474For larger files (i.e. greater than 30 minutes of audio), you *may* need to manually segment the audio file into 30 minute segments. 
    7575 
    76 =head3 Automatically Adding Out-of-vocabulary words to pronunciation dictionary  
     76=head3 Automatically Adding Out-of-Vocabulary Words to Pronunciation Dictionary  
    7777 
    7878The pronunciations generated by the Sequitor G2P scripts need to be manually reviewed before any new pronunciations are added to the 
     
    8282 
    8383=item 1 - Sequitor G2P trainable Grapheme-to-Phoneme converter (which requires Python to be installed) 
    84                 http://www-i6.informatik.rwth-aachen.de/web/Software/g2p.html 
    85  
    86 =item 2 - HTK Hidden Markov Model Toolkit - note: the source is "open", but there are distribution restrictions 
    87                 http://htk.eng.cam.ac.uk/ 
     84 
     85        http://www-i6.informatik.rwth-aachen.de/web/Software/g2p.html 
     86 
     87=item 2 - HTK Hidden Markov Model Toolkit (note: the source is "open", but there are distribution restrictions) 
     88 
     89        http://htk.eng.cam.ac.uk/ 
    8890 
    8991=head1 ALGORITHM 
  • Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook/Dictionary.pm

    r2593 r2594  
    179179        return 1; 
    180180} 
     181 
    181182=head1 Change Log     
    182183 
    183        2008.05.05 - 0.1 - created 
     1842008.05.05 - 0.1 - created 
    184185         
    185186=head1 AUTHOR 
  • Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook/Text.pm

    r2593 r2594  
    511511=head1 Change Log     
    512512 
    513        2008/05/02 - 0.2 - Convert to class; major refacture; renamed from etext2wlist.pl to Text.pm 
     5132008/05/02 - 0.2 - Convert to class; major refacture; renamed from etext2wlist.pl to Text.pm 
    514514 
    515515=head1 AUTHOR