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
0
votes
0 answers

Is this is the correct way to sort a dataframe to get sensible results in ANOVA (aov)?

I have (theoretically) understood how to interpret results from ANOVA. I am also aware that the format presented herein is okay while performing LMER tests but since the sample size is small, I am restricted to Anova. Basically, I want to see if…
Pranav_b
  • 19
  • 8
0
votes
1 answer

Where is the same error coming from, LMER test?

I am trying to perform an LMER test on a dataset (original data attached), the number of rows for all columns is the same (153). However, it gives me an error when I try to fit the formula Error: number of levels of each grouping factor must be <…
Pranav_b
  • 19
  • 8
0
votes
1 answer

How to calulate the normalized editex similarity between two strings from seperate columns

I am trying to calculate the normalized editex similarity between two strings using python. ASo far I have used this code to get the raw editex distance which has worked fine: new_df["EdxScore"] = new_df.apply(lambda x: editex.(x[0],x[1]),…
Manesh Halai
  • 241
  • 2
  • 3
  • 10
0
votes
1 answer

Microsoft FHIR - search for name

We are running a Microsoft FHIR server on a Cosmos database and have recently updated our code to the latest version on git-hub. After the update it seems like searches on name for patient, practitioner and person has been changed. Earlier it was…
0
votes
1 answer

Do I need to add updated phoneme sequence of words to .dict file while adapting AM using cmusphinx?

I am trying to adapt en-us acoustic model with indian english accent recordings. Since many words are pronounced in different accent, do I need to add the updated phoneme representation of words? Currently I am following this link:…
Sumit Jangra
  • 127
  • 1
  • 15
0
votes
1 answer

How to learn pocketsphinx for bi-lingual system?

I did create a dictionary with 2 languages(English/Persian) at the one file like this: بگو B E G U خزنده KH A Z A N D E قدت GH A D E T چنده CH A N D E قد GH A D من M A N شب SH A B hi H AA…
Hasani
  • 3,543
  • 14
  • 65
  • 125
0
votes
3 answers

Look for multiple words in praat script

I am writing a praat script that will search through multiple files for a list of words. This is what I have so far. It only zooms in to the first word in the procedure, and doesn't loop through the rest. I think this has something to do with what…
Lisa
  • 909
  • 2
  • 13
  • 31
0
votes
0 answers

CentOS Phonetic Keyboard Support

I am new to CentOS 7.5 and i am using wkhtmltopdf to convert my html code to pdf on local windows machine but when opened on CentOS(Server) after deploying the code the view is disrupted.So far what i found is that in my local system it's using…
Kamran
  • 147
  • 2
  • 12
0
votes
1 answer

Any one have URDU language js library working with ckeditor?

Any one have URDU language JS library working with ckeditor ? i can pay him i need that library very importantly. i have used this library http://ckeditor.com/forums/Plugins/Urdu-input it works in Mozilla but didn't work in chrome, in chrome it…
Hassan Shafique
  • 147
  • 2
  • 14
0
votes
1 answer

Phonetic Algorithm to search Usernames

I got DynamoDB to store user profiles. The primary key here is an id. It is necessary that the key is an id. A user profile contains information like his username, a set of friends,... So now here is the first problem: user A wants to search user B…
Eric
  • 673
  • 1
  • 11
  • 22
0
votes
1 answer

Create phoneme using python

I am trying to convert words of english dictionary into simple phoneme using python. I am using python 3.5 while all the examples are for python 2 +. For example in the text below of file test.txt: what a joke is your name this fall summer…
choman
  • 787
  • 1
  • 5
  • 24
0
votes
0 answers

Preventing Google Geocoding from using a phonetic search

I'm using Google geocode to fetch city (ex. London) data like longitude/latitude/state/country/etc, but when I use the search phrase 'Lindon' instead of 'London' it still finds and returns the data for London. Is there a way to turn off phonetic…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
1 answer

Is there a way to generate words that sound similar to a given dictionary word without using a corpus?

I am trying to use phonetic algorithms like Soundex and/or Metaphone to generate words that sound similar to a given dictionary word. Do I have to have a corpus of all dictionary words for doing that? Is there another way to generate words that…
0
votes
0 answers

Encoding of richtextbox seems wrong for displaying phonemes

I'm quite new to programming in c# but I'm trying to convert plain text into a phonetic representation. I convert the plain text by using the PhonemeReached Event and call them by e.Phoneme. (See code below). //Initialize Synthesizer for TTS and…
Nimuin
  • 1
  • 1
0
votes
1 answer

Removing Phonetics From Excel Sheet

I am converting excel sheets to html files. in some cases there are phonetics added in some columns, i don't want them in converted html file. how can remove these phonetics while converting...? Is there any way i can turn off phonetics…
AddyProg
  • 2,960
  • 13
  • 59
  • 110