Comparing English word pronunciation complexityHow to determine if character sequence is English word or noiseSimilarity between two wordsNon-brute force approach to finding permissible English word anagramsHow to determine the complexity of an English sentence?Text comparison using word embeddingsHow word embedding work for word similarity?How to initialize word-embeddings for Out of Vocabulary Word?Build a relevancy scoring model of articles using NLPIdentifying parts of speech for individual words (not texts)Discarding rare words when comparing texts - per text, per comparison, or per codex?

How is the partial sum of a geometric sequence calculated?

Writing in a Christian voice

Can a wizard cast a spell during their first turn of combat if they initiated combat by releasing a readied spell?

Using Past-Perfect interchangeably with the Past Continuous

Bash - pair each line of file

Describing a chess game in a novel

Wrapping homogeneous Python objects

What exactly term 'companion plants' means?

What is the significance behind "40 days" that often appears in the Bible?

Calculate the frequency of characters in a string

Maths symbols and unicode-math input inside siunitx commands

Hausdorff dimension of the boundary of fibres of Lipschitz maps

Worshiping one God at a time?

Am I eligible for the Eurail Youth pass? I am 27.5 years old

Is there a hypothetical scenario that would make Earth uninhabitable for humans, but not for (the majority of) other animals?

Is there a term for accumulated dirt on the outside of your hands and feet?

How to get the n-th line after a grepped one?

What are substitutions for coconut in curry?

Are dual Irish/British citizens bound by the 90/180 day rule when travelling in the EU after Brexit?

Is it true that good novels will automatically sell themselves on Amazon (and so on) and there is no need for one to waste time promoting?

Should I use acronyms in dialogues before telling the readers what it stands for in fiction?

What does "Four-F." mean?

Brake pads destroying wheels

Help rendering a complicated sum/product formula



Comparing English word pronunciation complexity


How to determine if character sequence is English word or noiseSimilarity between two wordsNon-brute force approach to finding permissible English word anagramsHow to determine the complexity of an English sentence?Text comparison using word embeddingsHow word embedding work for word similarity?How to initialize word-embeddings for Out of Vocabulary Word?Build a relevancy scoring model of articles using NLPIdentifying parts of speech for individual words (not texts)Discarding rare words when comparing texts - per text, per comparison, or per codex?













0












$begingroup$


I'm trying to figure out a way to compute a score for the pronunciation of a given english word, so I can use that score to compare the pronunciation complexity between english words.



Please share your thoughts.
Thanks.










share|improve this question











$endgroup$
















    0












    $begingroup$


    I'm trying to figure out a way to compute a score for the pronunciation of a given english word, so I can use that score to compare the pronunciation complexity between english words.



    Please share your thoughts.
    Thanks.










    share|improve this question











    $endgroup$














      0












      0








      0





      $begingroup$


      I'm trying to figure out a way to compute a score for the pronunciation of a given english word, so I can use that score to compare the pronunciation complexity between english words.



      Please share your thoughts.
      Thanks.










      share|improve this question











      $endgroup$




      I'm trying to figure out a way to compute a score for the pronunciation of a given english word, so I can use that score to compare the pronunciation complexity between english words.



      Please share your thoughts.
      Thanks.







      nlp text-mining algorithms






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited 18 hours ago







      tharindu_DG

















      asked yesterday









      tharindu_DGtharindu_DG

      18518




      18518




















          1 Answer
          1






          active

          oldest

          votes


















          0












          $begingroup$

          I think first you need to define "pronunciation complexity." Is it a measure of the amount of time it takes the average L2 learner to correctly pronounce the word? Or, a measure of the diversity of phonemes in the word. Operationalizing your variable will help immensely in clearing up your goal.



          Suppose you want to measure complexity by the diversity of phonemes in the word. You could then find a dataset of phonemes for each English (or other language) word. Then you could do something like, calculate the entropy of each phoneme set per word. Or maybe the Shannon diversity (although this might not perform well for sets with very low specie occurrences). You could also vectorize each word and perform some measure of similarity between words.



          Of course, this is all hypothetical. Once you update your question with a clear goal in mind it will be easier to help you more concretely!






          share|improve this answer









          $endgroup$












            Your Answer





            StackExchange.ifUsing("editor", function ()
            return StackExchange.using("mathjaxEditing", function ()
            StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
            StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
            );
            );
            , "mathjax-editing");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "557"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47424%2fcomparing-english-word-pronunciation-complexity%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0












            $begingroup$

            I think first you need to define "pronunciation complexity." Is it a measure of the amount of time it takes the average L2 learner to correctly pronounce the word? Or, a measure of the diversity of phonemes in the word. Operationalizing your variable will help immensely in clearing up your goal.



            Suppose you want to measure complexity by the diversity of phonemes in the word. You could then find a dataset of phonemes for each English (or other language) word. Then you could do something like, calculate the entropy of each phoneme set per word. Or maybe the Shannon diversity (although this might not perform well for sets with very low specie occurrences). You could also vectorize each word and perform some measure of similarity between words.



            Of course, this is all hypothetical. Once you update your question with a clear goal in mind it will be easier to help you more concretely!






            share|improve this answer









            $endgroup$

















              0












              $begingroup$

              I think first you need to define "pronunciation complexity." Is it a measure of the amount of time it takes the average L2 learner to correctly pronounce the word? Or, a measure of the diversity of phonemes in the word. Operationalizing your variable will help immensely in clearing up your goal.



              Suppose you want to measure complexity by the diversity of phonemes in the word. You could then find a dataset of phonemes for each English (or other language) word. Then you could do something like, calculate the entropy of each phoneme set per word. Or maybe the Shannon diversity (although this might not perform well for sets with very low specie occurrences). You could also vectorize each word and perform some measure of similarity between words.



              Of course, this is all hypothetical. Once you update your question with a clear goal in mind it will be easier to help you more concretely!






              share|improve this answer









              $endgroup$















                0












                0








                0





                $begingroup$

                I think first you need to define "pronunciation complexity." Is it a measure of the amount of time it takes the average L2 learner to correctly pronounce the word? Or, a measure of the diversity of phonemes in the word. Operationalizing your variable will help immensely in clearing up your goal.



                Suppose you want to measure complexity by the diversity of phonemes in the word. You could then find a dataset of phonemes for each English (or other language) word. Then you could do something like, calculate the entropy of each phoneme set per word. Or maybe the Shannon diversity (although this might not perform well for sets with very low specie occurrences). You could also vectorize each word and perform some measure of similarity between words.



                Of course, this is all hypothetical. Once you update your question with a clear goal in mind it will be easier to help you more concretely!






                share|improve this answer









                $endgroup$



                I think first you need to define "pronunciation complexity." Is it a measure of the amount of time it takes the average L2 learner to correctly pronounce the word? Or, a measure of the diversity of phonemes in the word. Operationalizing your variable will help immensely in clearing up your goal.



                Suppose you want to measure complexity by the diversity of phonemes in the word. You could then find a dataset of phonemes for each English (or other language) word. Then you could do something like, calculate the entropy of each phoneme set per word. Or maybe the Shannon diversity (although this might not perform well for sets with very low specie occurrences). You could also vectorize each word and perform some measure of similarity between words.



                Of course, this is all hypothetical. Once you update your question with a clear goal in mind it will be easier to help you more concretely!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 11 hours ago









                Alex LAlex L

                17710




                17710



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Data Science Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fdatascience.stackexchange.com%2fquestions%2f47424%2fcomparing-english-word-pronunciation-complexity%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Adding axes to figuresAdding axes labels to LaTeX figuresLaTeX equivalent of ConTeXt buffersRotate a node but not its content: the case of the ellipse decorationHow to define the default vertical distance between nodes?TikZ scaling graphic and adjust node position and keep font sizeNumerical conditional within tikz keys?adding axes to shapesAlign axes across subfiguresAdding figures with a certain orderLine up nested tikz enviroments or how to get rid of themAdding axes labels to LaTeX figures

                    Luettelo Yhdysvaltain laivaston lentotukialuksista Lähteet | Navigointivalikko

                    Gary (muusikko) Sisällysluettelo Historia | Rockin' High | Lähteet | Aiheesta muualla | NavigointivalikkoInfobox OKTuomas "Gary" Keskinen Ancaran kitaristiksiProjekti Rockin' High