Questions tagged [phonetics]

Phonetics is a branch of linguistics that comprises the study of the sounds of human speech, or—in the case of sign languages—the equivalent aspects of sign.

It is concerned with the physical properties of speech sounds or signs (phones): their physiological production, acoustic properties, auditory perception, and neurophysiological status. Phonology, on the other hand, is concerned with the abstract, grammatical characterization of systems of sounds or signs.

116 questions
2
votes
0 answers

Threshold frequency is not working in spell check in Solr

I am get stuck in middle of Solr. I need only most popular words w.r.t query. I have used phonetic filter on both index and query but here the problem is that it is giving too many terms. I need only few terms which are very specific to the query.…
user974
  • 41
  • 7
2
votes
3 answers

Ranking of phonetic search results

I want to use the power of phonetic searching in hibernate search. The problem is that exact matches are not ranked to the top of the search result. E.g. a search for "john" returns these resultlist: jon john jone I would have expected 'john' to…
Shannon
  • 731
  • 3
  • 12
  • 26
1
vote
2 answers

What is a good phonetic alphabet for a password application?

I'm writing an application that will create "difficult" passwords for the user. The user will only see the password once, and they'll copy it into a client that will remember it for them forever. Works great on a full-fledged PC, where I can select…
Jeremy Wadhams
  • 1,744
  • 18
  • 26
1
vote
5 answers

illegal_argument_exception","reason":"Unknown filter type [phonetic] for [phonetic]

I got an error in the elastic search indexer module.i have installed elasticsearch version 7.9 with magento2. {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"Unknown filter type [phonetic] for…
ashique
  • 935
  • 2
  • 8
  • 26
1
vote
1 answer

Phoneme-level Pronunciation Correctness Microsoft Speech

I'm doing some play around with the Pronunciation Assessment service by Microsoft Cognitive Service (using Python API). Currently, I can display the phoneme breakdown (along with the confidence score) based on what the reference text I passed in the…
1
vote
0 answers

Phonetics Character to Speech

I want to add the capability of "Text To Speech" in my application for lower languages (for example: pashto, ...) there is a library in .NET System.Speech.Synthesis.PromptBuilder PBuilder = new…
1
vote
0 answers

No F & P values for main effects in R

I'm running repeated-measures ANOVAs using aov in R, and all variables are within-subjects. But R is not showing main effects. Several people have looked at my code, and no one knows why. It looks like: test1 = aov(y ~ (a*b+c) +…
user9529062
1
vote
0 answers

Elasticsearch post-processing using phonetics

I'm playing with Elasticsearch for future implementation in a production environment. My problem is that I need to use fuzzy search and phonetics to achieve my objective, as follows: Query using fuzzy matching GET _search { "query": { …
Smolvis
  • 23
  • 6
1
vote
0 answers

Macintosh say text to speech: new voices cannot accept phoneme codes?

there are several great new voices in the Mac text-to-speech tools. With the older voices, like Ralph, you can specify phonemic input like so: say -v Ralph [[inpt PHON]]dIHv1EHlAXpAXr (This says "developer".) However, the new voices don't seem to…
user20412
  • 193
  • 7
1
vote
0 answers

What's the system of this ACSII representation of international phonetic alphabet (IPA)?

I'm dealing with some dictionary files and find the IPA of the words are represented with ACSII characters. For example, the IPA of "boring" is /ˈbɔrɪŋ/ while in the dictionary file it's recorded as /5bC:rIN/. I referred to some ASCII-IPAs like…
Claude C
  • 31
  • 4
1
vote
1 answer

Xcode Accessibility Inspector (XIB): Acceptable to use phonetic spelling for Label?

I'm upgrading an iOS application for accessibility in Xcode. I'm using Interface Builder's Accessibility Inspector to set values that enable VoiceOver features for the view. When entering a value for Label, is it acceptable (or even best-practice)…
Steve Harrison
  • 172
  • 3
  • 13
1
vote
1 answer

synonyms analyzer and PhoneticAnalyzer in Hibernate Search

Does someone knows how to use Phonetic Analyzer and synonyms analyzer. I'm not finding a good tutorial that explains this well??
Noor
  • 19,638
  • 38
  • 136
  • 254
1
vote
0 answers

Detecting whether two words rhyme phonetically using Python

First of all, I am extremely new to Python (and programming in general), I am looking to write a program to detect whether two specific syllables (strings) rhyme phonetically. I have already tried the module "pronouncing", but it generally only…
1
vote
1 answer

How do I get raw phonetics data with System.Speech in C#?

I would like to know how to get the raw phonetic data from System.Speech in C#. World or sentence recognition work great, but it's "interpreted" to give a coherent and grammatically correct sentence. I don't want that; I am looking for a way to…
Alex
  • 23
  • 6
1
vote
0 answers

Phonetic characters transformation not working properly in google chrome and safari

i am converting English to My local language in ckeditor by using phonetic characters but it is not working properly in google chrome and safari This is my code ( function() { var codes= new Array(); codes['a']=0x0627; .................. …
Hassan Shafique
  • 147
  • 2
  • 14