We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
add generated table of phoneme counts for various dictionaries
espeak-arpabet pages based on commit e7aaa363 (more diphthongs)
ignore backups~
espeak IPA pronunciations by translated into arpabet (based on e7aaa3638)
typo in extracting utterances markup
Notes about finding utterances in long featureless recordings
Add some more espeak accent test pages
remove duplicates from espeak example
Test dictionary generated by espeak G2P
Word list reports with absent terms noted. Also adding Voxforge dict Voxforge looks a bit like a cmudict fork, with schwa's (ax) added.
Wictionary reads word list (badly, not entirely its fault)
add link to new cmudict wordlist
I didn't like that phrase
Redo word-lists with proper handling of duplicate entries The previous version got the markdown wrong if the dictionary had more than one definition, as is often the case. New script: \#!/bin/sh WORDSET=$1 DICT=$2 echo "#" looking up $(basename $WORDSET) in $(basename $DICT) echo 'Generated by `' $0 $@ '`'. while read -r line; do echo echo "## $line" echo for word in $line; do grep -i "^$word[([:space:]]" $DICT | while read -r result; do echo " $result" done done done < $WORDSET
Add some automatically generated NZE word list readings These were created with the following script -- hopefully they are valid markdown: \#!/bin/sh WORDSET=$1 DICT=$2 echo "# looking up $(basename $WORDSET) in $(basename $DICT)" while read -r line; do echo echo "## $line" echo for word in $line; do echo -n " " grep -i "^$word[([:space:]]" $DICT done done < $WORDSET
add link to NZE word list
Updated Cmudict's empirical dialect (markdown)
See what CMU dict says about the wordlist used in the Canterbury Corpus
add some more pairs
Add meat-meet in there
Updated Cmudict's dialect what is it really? (markdown)
Test cmudict against some minimal and not so minimal pairs and tuples
Page linking to various engines
Small update after taking to Bernadette Vine about Wellington Corpus
Updated Acoustic models of New Zealand English (rest)
initial description, adaptation vs creation
Initial Commit