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

Dump IPA transcription. Also fix some wrong words #115

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    67348c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c2c3f View commit details
    Browse the repository at this point in the history
  3. Fix transcription of unrecognised sounds.

    I think it's better they sound a bit weird than reading out the names of all the letters
    Tomotz committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    6a0404e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35f7982 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Manual lex word fixup

    Challenge - tʃælədʒ->tʃæləndʒ
    Isn't - ɪsnt -> ɪzənt
    Suggest - səɡˈdʒɛst->səˈdʒɛst
    Tomotz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    24de09c View commit details
    Browse the repository at this point in the history
  2. Hacky fix fur any word contaiing suggest.

    səɡˈdʒɛst->səˈdʒɛst
    I assume the correct way to fix would be to change the rules in cst_lts_model, but I'm afraid any change I'll try doing there will mess up many things
    Tomotz committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    fed3f15 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. update git ignore

    Tomotz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    bc65cf4 View commit details
    Browse the repository at this point in the history
  2. fix the word every

    Tomotz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0d75c02 View commit details
    Browse the repository at this point in the history
  3. add some table docs

    Tomotz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    657c0b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25d83ac View commit details
    Browse the repository at this point in the history
  5. add option for empty tokens.

    To allow tokens that have only puncuation
    Tomotz committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    704b8ec View commit details
    Browse the repository at this point in the history