GithubHelp home page GithubHelp logo

Comments (6)

Slyne avatar Slyne commented on May 13, 2024

It looks like pinyin with tone (0, 1, 2, 3, 4) added, one way to represent the pronunication for Chinese characters.

from nemo.

ican24 avatar ican24 commented on May 13, 2024

So may I use same (0, 1, 2, 3, 4) for my none English language (Armenian)?

Currently my lables look like
labels: [' ', '!', '"', "'", '(', ')', ',', '-', '.', ':', ';', '?', '՜', '՞', 'Ա', 'Բ', 'Գ', 'Դ', 'Ե', 'Զ', 'Է', 'Ը', 'Թ', 'Ժ', 'Ի', 'Լ', 'Խ', 'Ծ', 'Կ', 'Հ', 'Ձ', 'Ղ', 'Ճ', 'Մ', 'Յ', 'Ն', 'Շ', 'Ո', 'Չ', 'Պ', 'Ջ', 'Ռ', 'Ս', 'Վ', 'Տ', 'Ր', 'Ց', 'Ւ', 'Փ', 'Ք', 'Օ', 'Ֆ', 'ա', 'բ', 'գ', 'դ', 'ե', 'զ', 'է', 'ը', 'թ', 'ժ', 'ի', 'լ', 'խ', 'ծ', 'կ', 'հ', 'ձ', 'ղ', 'ճ', 'մ', 'յ', 'ն', 'շ', 'ո', 'չ', 'պ', 'ջ', 'ռ', 'ս', 'վ', 'տ', 'ր', 'ց', 'ւ', 'փ', 'ք', 'օ', 'ֆ', 'և']

from nemo.

Slyne avatar Slyne commented on May 13, 2024

I think if your labels can cover the all the characters which appear in the training dataset, then it is ok.. You don't need to add the tone symbols (which seems only appear in Chinese)
image
Reference:
https://en.wikipedia.org/wiki/Wikipedia:Language_recognition_charthttps://en.wikipedia.org/wiki/Wikipedia:Language_recognition_chart

from nemo.

ican24 avatar ican24 commented on May 13, 2024

Thank you very much!
You support is very quick and effective.

from nemo.

MuyangDu avatar MuyangDu commented on May 13, 2024

@ican24 Hi, The input to the Tacotron2 should in some way contain the pronunciation information in your language. For example, we use 'pinyin' to represent the pronunciation of a Chinese character. For a Chinese character '好', its 'pinyin' is 'hao3'. For a Chinese phrase '你好', its 'pinyin' is 'ni3 hao3'.
There are tens of thousands of different Chinese characters. If we simply use the Chinese characters as input. There will be tens of thousands of labels and it will be so hard for the model to learn. Instead, we use the pinyin as input so the input labels are just 26 English characters + 5 tones (0-4) + some symbols. Which should make Tacotron2 easier to learn.
So In your case. Since there are only 38 characters in Armenian. You can try directly using the characters of Armenian as input(label).

from nemo.

ican24 avatar ican24 commented on May 13, 2024

Dear Muyang Du,
Thank you for your detailed explication and confirmation!
Any detail is so important before launching long term processes like tacotron2.py and waveglow.

from nemo.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.