Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Build lexicon and lts rules from scratch #17

Merged
merged 18 commits into from Mar 15, 2016

Commits on Mar 15, 2016

  1. Fix paper URL

    zeehio committed Mar 15, 2016
    Copy the full SHA
    786adff View commit details
    Browse the repository at this point in the history
  2. Build lexicon and lts rules from scratch

     - Fix lexicon pruning
     - Export LC_ALL and MIMICDIR
     - Export PATH
    zeehio committed Mar 15, 2016
    Copy the full SHA
    9d61748 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1922e5e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2a16cda View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fb77af8 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    129e86e View commit details
    Browse the repository at this point in the history
  7. Use python script to filter lexicon for training lts rules

    As described in http://www.cstr.ed.ac.uk/projects/festival/manual/festival_13.html#SEC44
    
    Short words are removed before training LTS rules
    zeehio committed Mar 15, 2016
    Copy the full SHA
    9180f05 View commit details
    Browse the repository at this point in the history
  8. Quote paths

    zeehio committed Mar 15, 2016
    Copy the full SHA
    508c65c View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    f959996 View commit details
    Browse the repository at this point in the history
  10. make_cmulex exits on error

    zeehio committed Mar 15, 2016
    Copy the full SHA
    b4bbf23 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    b6b95c0 View commit details
    Browse the repository at this point in the history
  12. Do not prune homographs

    zeehio committed Mar 15, 2016
    Copy the full SHA
    9ac0e62 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c4b1dd6 View commit details
    Browse the repository at this point in the history
  14. Remove unused code

    zeehio committed Mar 15, 2016
    Copy the full SHA
    22476e6 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    4df24c5 View commit details
    Browse the repository at this point in the history
  16. Reverted make_lts from previous flite version. We may explore re-intr…

    …oducing the new code in the future
    zeehio committed Mar 15, 2016
    Copy the full SHA
    60adffa View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    1046738 View commit details
    Browse the repository at this point in the history
  18. New lexicon and lts model

    zeehio committed Mar 15, 2016
    Copy the full SHA
    1f80f53 View commit details
    Browse the repository at this point in the history