Skip to content

History

Revisions

  • add generated table of phoneme counts for various dictionaries

    Douglas Bagnall committed Aug 17, 2012
    333527a
  • espeak-arpabet pages based on commit e7aaa363 (more diphthongs)

    Douglas Bagnall committed Aug 9, 2012
    1c65ecb
  • ignore backups~

    Douglas Bagnall committed Aug 9, 2012
    e9d031b
  • espeak IPA pronunciations by translated into arpabet (based on e7aaa3638)

    Douglas Bagnall committed Aug 9, 2012
    fda57eb
  • typo in extracting utterances markup

    Douglas Bagnall committed Aug 3, 2012
    6ecb4c5
  • Notes about finding utterances in long featureless recordings

    Douglas Bagnall committed Aug 3, 2012
    1121d01
  • Add some more espeak accent test pages

    Douglas Bagnall committed Aug 1, 2012
    b0d6bc8
  • remove duplicates from espeak example

    Douglas Bagnall committed Jul 31, 2012
    5f7b1bb
  • Test dictionary generated by espeak G2P

    Douglas Bagnall committed Jul 31, 2012
    7572fbd
  • Word list reports with absent terms noted. Also adding Voxforge dict Voxforge looks a bit like a cmudict fork, with schwa's (ax) added.

    Douglas Bagnall committed Jul 31, 2012
    4897ee5
  • Wictionary reads word list (badly, not entirely its fault)

    Douglas Bagnall committed Jul 31, 2012
    52c54bb
  • add link to new cmudict wordlist

    Douglas Bagnall committed Jul 29, 2012
    f55dd05
  • I didn't like that phrase

    Douglas Bagnall committed Jul 29, 2012
    8b3c0fb
  • 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

    Douglas Bagnall committed Jul 29, 2012
    80c8908
  • 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

    Douglas Bagnall committed Jul 29, 2012
    cb1ccf7
  • add link to NZE word list

    douglasbagnall committed Jul 27, 2012
    af51865
  • Updated Cmudict's empirical dialect (markdown)

    douglasbagnall committed Jul 27, 2012
    9bd9b6e
  • See what CMU dict says about the wordlist used in the Canterbury Corpus

    douglasbagnall committed Jul 27, 2012
    aeb886e
  • add some more pairs

    douglasbagnall committed Jul 26, 2012
    01808a8
  • Add meat-meet in there

    douglasbagnall committed Jul 26, 2012
    5ca8fab
  • Updated Cmudict's dialect what is it really? (markdown)

    douglasbagnall committed Jul 26, 2012
    1699428
  • Test cmudict against some minimal and not so minimal pairs and tuples

    douglasbagnall committed Jul 26, 2012
    02598c7
  • Page linking to various engines

    douglasbagnall committed Jul 24, 2012
    9ed3211
  • Small update after taking to Bernadette Vine about Wellington Corpus

    douglasbagnall committed Jul 21, 2012
    e310193
  • Updated Acoustic models of New Zealand English (rest)

    douglasbagnall committed Jul 14, 2012
    9c66488
  • Updated Acoustic models of New Zealand English (rest)

    douglasbagnall committed Jul 6, 2012
    ca5b6a8
  • initial description, adaptation vs creation

    douglasbagnall committed Jul 6, 2012
    cc430fb
  • Initial Commit

    douglasbagnall committed Jul 6, 2012
    7d84537