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

Uploaded .PLS Pronunciation Dictionary Error #440

Open
briandrew4857 opened this issue Oct 22, 2024 · 1 comment
Open

Uploaded .PLS Pronunciation Dictionary Error #440

briandrew4857 opened this issue Oct 22, 2024 · 1 comment
Labels
application Application-related issues bug Something isn't working help wanted Extra attention is needed

Comments

@briandrew4857
Copy link

briandrew4857 commented Oct 22, 2024

After uploading a .PLS file to projects, for example:

<?xml version='1.0' encoding='utf-8'?>
<lexicon version="1.0" xmlns="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2005/01/pronunciation-lexicon http://www.w3.org/TR/2007/CR-pronunciation-lexicon-20071212/pls.xsd" alphabet="ipa" xml:lang="en-US" />
	<lexeme>
        <grapheme>Miquella</grapheme>
        <phoneme>ˈmɪkɛlə</phoneme>
	</lexeme>
</lexicon>

If I download it, the file lexemes are gone - the file looks like this:

<?xml version='1.0' encoding='utf-8'?>
<lexicon version="1.0" xmlns="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2005/01/pronunciation-lexicon http://www.w3.org/TR/2007/CR-pronunciation-lexicon-20071212/pls.xsd" alphabet="ipa" xml:lang="en-US" />

Of course, the dictionary does not work.

@louisjoecodes louisjoecodes added application Application-related issues d-easy Simple issues but requires minimal code or documentation changes. s-medium Moderate impact, affecting functionality but with workarounds available. bug Something isn't working help wanted Extra attention is needed and removed d-easy Simple issues but requires minimal code or documentation changes. s-medium Moderate impact, affecting functionality but with workarounds available. labels Oct 22, 2024
@louisjoecodes
Copy link
Collaborator

Hey! Could you please show me where this issue is happening?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
application Application-related issues bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants