- Timestamp:
- 06/10/08 13:28:34 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/Scripts/Audio_scripts/AudioSegmentation/AudioBook/Dictionary.pm
r2608 r2609 195 195 my $audioBook = $self->{'audiobookObject'}; 196 196 my $debug = $audioBook->getDebug; 197 print "!!!!!!createAltDict\n";198 197 my $missing_words_alt = $self->{"missing_words_alt"}; 199 198 … … 270 269 =head2 Gettors 271 270 272 =item * get Average_sentence_length()271 =item * getMissing_words() 273 272 274 273 =cut