Word beginning same as end

What is the term for when a word begins with the same sound as the previous word’s ending sound? For example, there are three instances of this in one line of the lyrics to For the First Time in Forever (Reprise) in the Frozen movie soundtrack, where Elsa sings:

Just stay away and you’ll be safe from me.

  1. Just stay
  2. safe from
  3. from me

I don’t think elision is the correct term, since all references I’ve found to elision show that letters are omitted when written, e.g., «going to» -> «gonna.»

herisson's user avatar

herisson

76.9k9 gold badges196 silver badges339 bronze badges

asked Apr 23, 2015 at 12:41

user118218's user avatar

2

The term is called haplology. Where one sound is omitted and the words are pronounced together. Newspaper route becomes newspaperout, for example. Often times haplology refers to repeated sounds within a single word, but in English (and possibly some other languages) it happens with multiple words.

Bread's user avatar

Bread

5,5622 gold badges16 silver badges34 bronze badges

answered Mar 12, 2018 at 3:46

Dylgamesh's user avatar

3

Assonance is the closest word I know of. Generally, it describes words that have repeated vowel sounds but don’t rhyme. For example, «fold» and «own». It could be used generically to mean what you’re asking, but it wouldn’t specifically mean that. And it is more correct to use assonance to describe words where the repeated sounds are in the same place, but it is a better bet than alliteration or rhyme. Consonance means the same thing for consonant sounds.

answered Aug 27, 2016 at 20:47

abalonemacaroni's user avatar

3

Could refer to consonant rhyme or consonance as per the usage.

The repetition of consonants (or consonant patterns) especially at the ends of words

answered Apr 27, 2015 at 11:38

thepace's user avatar

1

I am using egrep to find the lines qualified in a text, so how can I find a sentence in which the beginning word is the same as the ending word?

egrep '^(w{2})b.*$' filename 

but this didn’t seem to be correct

asked Feb 15, 2016 at 20:39

Amber's user avatar

9

Depending on what you mean by «word» and what your input and expected output looks like, this may or may not be what you want:

awk '$1==$NF' file

If it isn’t then edit your question to provide all of the missing information.

answered Feb 15, 2016 at 20:54

Ed Morton's user avatar

Ed MortonEd Morton

184k17 gold badges76 silver badges183 bronze badges

2

Answering the the comment above, here are several options. I use an example input like this:

This has upper and lower case like this
That has also a full stop like that.
Here everthing is the same like Here
And here there is no match.

I use variations of this command: egrep "^(w+) .*1$" testw.txt

  1. ignore case: add option -i : egrep -i ...
  2. sentence end with punctuation: allow one optional char after the last word: "^(w+) .*1.?$"

answered Feb 20, 2016 at 13:35

Lars Fischer's user avatar

Lars FischerLars Fischer

8,9853 gold badges31 silver badges35 bronze badges

answersLogoWhite


  1. wow
  2. roar
  3. mom
  4. dad
  5. a
  6. I
  7. America
  8. pop
  9. Emilie
  10. tot
  11. wow

User Avatar

Add your answer:

Earn +

20

pts

Q: What kind of word has the same beginning letter and ending letter?

Write your answer…

Answers Logo

Made with 💙 in St. Louis

Copyright ©2023 Infospace Holdings LLC, A System1 Company. All Rights Reserved. The material on this site can not be reproduced, distributed, transmitted, cached or otherwise used, except with prior written permission of Answers.

I am using egrep to find the lines qualified in a text, so how can I find a sentence in which the beginning word is the same as the ending word?

egrep '^(w{2})b.*$' filename

but this didn’t seem to be correct


Depending on what you mean by «word» and what your input and expected output looks like, this may or may not be what you want:

awk '$1==$NF' file

If it isn’t then edit your question to provide all of the missing information.

Related Articles

how to find two sentences that have the greatest number of common words?

Given a list of sentences, find two sentences which have the largest number of common words. The common words does not need locate in the same position in the sentences( order does not matter). Thanks ! update: Does non-pairwise algorithm for this pr

De-serialization of Java: how do I know when I reached the end of the object when reading a buffer?

I tried to come up with a good title, but seem to have failed. Here’s my problem: I’m reading data in from a socket. The data contained in the buffer is a serialized object. Once the data is completely read, I can then create an ObjectInputStream and

How do I add a number to the end of a table?

I have a Mx1 matrix and I want to plot it with a (M-1)x1 matrix. To make this possible, I want to pad the second matrix with zeros so that its dimensions become equal to the first. How can I append a number to the end of the array?or you can append d

how to put an array element at the end in PHP?

how to put an array item to the end in php? I want to put some item of array to the last position , when I loop and output the $arr to html, this will keep the ‘other’ item always at the end. what is the best and easy way to do it? <?php $arr=array(

How to find a button identifier under the anchor tag?

I am working on MVC4 jQuery. I need to find a button id which is under an anchor tag. Here is my jQuery code: // drop event handler addEvent(dropAreas, ‘drop’, function (event) { alert(5); if (event.preventDefault) event.preventDefault(); // get drop

How to find a specific line in the Python CSV module

I need to find the third row from column 4 to the end of the a CSV file. How would I do that? I know I can find the values from the 4th column on with row[3] but how do I get specifically the third row?You could convert the csv reader object into a l

Symfony2 How to find records that start with the specified character?

How to find records which starts with specified character? for example: only users where username starts with the A User class <?php namespace DemoBundleEntity; use FOSUserBundleModelUser as BaseUser; use DoctrineORMMapping as ORM; /** * @ORME

How to find a specific string in the key value pair in mongodb

i am having data in mongodb like that [ { «name»:»silvester», «product»:»laptop,iphone,mobile,phone» }, { «name»:»john», «product»:»cycle,bus,phone,laptop» }, { «name&quo

Find XML nodes in which the value of an attribute contains a specific character

I have an XML file (many MB in size), which I view using Notepad++. Many of the XML nodes are of the form: <ItemInfo ID=»something» Name=»some name1″ /> The ID attribute can have values containing special characters like semicolo

How to find partial matching elements in the Excel spreadsheet?

In an excel spreadsheet I have a column (column A) with e.g. the following elements: Audi, VW, BMW Group, Toyota Now I can do a search of an element like this match(«*» & b1 & «*», a1:a5, 0) which will either return the relativ

Regex — How to find HTML < a & gt; mark the content by its class?

I need to get the content of an <a> html tag by a certain css class name. The css class that I need find is: whtbigheader What I done so far is this: content = «<A HREF=’/articles/0,7340,L-4664450,00.html’ CLASS=’whtbigheader’ style=’color:#

How to find Min & amp; Max from the .text file

I have been working on this program that takes the name of people and scores that they would get on quizes, and put out the average, min and max. So far I can have the program read the file, and find the average, however it is only finding it for the

How to find an enum value using the enum dynamic name & amp; Name of the enum key?

This question already has an answer here: how to get value of an unknown enum by name of enum and name of value? 4 answers I know How to find enum value if enum name & key are known at compile time. I have a situation where I get the enum name at run

How to find numbers from a list, the result are sequences based on a given number?

Want a scala method, which can find numbers from a list, the result are sequences based on a given number: def findSeq(baseNum:Int, numbers: List[Int]): List[Int] If no numbers fit, just return Nil: Given: a number: 3 a list of number: 5,9,2,4,10,6 I

AT the beginning in the beginning

Многие путаются в выражениях at the beginning и in the beginning, ведь оба можно перевести как «в начале». Также вызывают трудности выражения at the end и in the end — оба опять же можно перевести одинаково как «в конце». В чем между ними разница?

Оба выражения правильные, но они немного отличаются по смыслу.

  • At the beginning — это «в начале, на начальном этапе чего-то, в начальной части чего-то»

Обычно используется с предлогом of, например:

At the beginning of the match, I was a little worried. — В начале матча я был немного взволнован (то есть в начальном периоде матча).

At the beginning of the book, there is a table of contents. — В начале книги есть содержание (в начальной части книги).

  • In the beginning — это тоже «в начале», но ближе по значению к «поначалу», «сперва», то есть речь идет о первоначальной ситуации, которая позже изменилась, а не о начальной части чего-то.

In the beginning, we had only two employees. Now we have two thousand employees all over the world. — В начале (сперва, сначала, поначалу) у нас было только двое сотрудников. Сейчас у нас 2000 сотрудников по всему миру.

In the beginning, the boy was weak, but then he became stronger. — В начале (поначалу, сначала, сперва) мальчик был слаб, но затем он стал сильнее.

В принципе, мы можем перефразировать примеры с «in the beginning» таким образом, что нужно будет использовать «at the beginning»:

At the beginning of our journey, we had only two employees. Now we have two thousand employees all over the world. — В начале нашего пути у нас было только двое сотрудников. Сейчас у нас 2000 сотрудников по всему миру.

At the beginning of the story, the boy was weak, but then he became stronger. — В начале истории мальчик был слаб, но затем он стал сильнее.

AT the end или IN the end?

Разница между AT the end и IN the end примерно такая же с поправкой на значение слова «end», разумеется.

  • At the end — в конце, на последнем этапе, в последней части чего-то

Обычно используется с предлогом of.

We’ll have an exam at the end of April. — У нас будет экзамен в конце апреля.

At the end of the movie, they got married. — В конце фильма они поженились.

  • In the end — в конце концов, в итоге, в конечном счете, наконец

You can win the prize or not. In the end, it doesn’t matter. — Ты можешь выиграть приз или нет. В конечном счете, это не имеет значения.

His business was going fine, but in the end, he went bankrupt. — Его бизнес развивался отлично, но в итоге он обанкротился.

author


Здравствуйте! Меня зовут Сергей Ним, я автор этого сайта, а также книг, курсов, видеоуроков по английскому языку.

Подпишитесь на мой Телеграм-канал, чтобы узнавать о новых видео, материалах по английскому языку.

У меня также есть канал на YouTube, где я регулярно публикую свои видео.

Понравилась статья? Поделить с друзьями:
  • Word beginning on war
  • Word beginning are called
  • Word begin with vowel
  • Word begin with ten
  • Word background color line