Showing posts with label constituent. Show all posts
Showing posts with label constituent. Show all posts

Monday, 28 February 2022

It end ups being a word

[Please note that this is a schedule post and I am currently observing my union (UCU)'s industrial action over pensions, pay, workloads, and equality.]

English has a group of verbs that you might know as 'phrasal verbs'. It's things like cheer up, find out, turn off. They include what looks like a preposition (up, out, off) so can be hard to distinguish from normal verbs with a preposition following them. To add to the complication, verbs that are not really phrasal but might have a preposition after them come in two types: they have to have a particular preposition, or they can have any old one optionally. Here's a classic Linguistics 101 example to clarify: 

Look can occur with no preposition at all: 

I'm not sure where it is, I'll look. 

Or it can be followed by one of several prepositions: 

I'm not sure where it is, I'll look at a map. 

I'm not sure where it is, I'll look up the address. 

I'm not sure where it is, I'll look in the atlas. 

I'm not sure where it is, I'll look to the stars as my guide. 

I'm not sure where it is, I'll look with my soul. 

OK, I'll stop there before it gets silly. But one of these is different from the others. Compare these two sentences: 

*I'm not sure where it is, I'll look a map at. 

I'm not sure where it is, I'll look the address up. 

In the second one, we can put the preposition at the end, whereas we can't do that in the first one. That's because look up is (in this case) a phrasal verb, and up isn't really a preposition. It's sometimes known as a verbal particle and it's doing something other than signifying direction. Compare it to the same phrase when it's not a phrasal verb. As we just saw, phrasal verbs like this one can move the 'preposition' to the end: 

I looked up the address.

I looked the address up

They can't have any other preposition than the one they go with, though:  

*I looked down the address. 

But if look up is not a phrasal verb, but instead just a normal verb that happens to be followed by a preposition, the opposite is true. You can't move the preposition to the end, but you can change it for another one. (I've added in a bit of context here to make the meaning clear.) 

I looked up the street and saw my friend arriving. 

*I looked the street up and saw my friend arriving. 

I looked down the street and saw my friend arriving. 

Anyway, this is all stuff that's in grammar books, so on to the observational content that you know and love. Someone I follow on twitter used the phrasal verb end up, but treated it as a single unit, putting the verbal ending on the particle, like this: 

...because it end ups reproducing the same situation they want to avoid. 

Normally, you'd expect to see ends up, not end ups. But this does make sense if you consider a phrasal verb to be a single unit. End up is a bit different from look up in that we can't move up anywhere else. It really always does have to be end up, with nothing in between them, and no other preposition than up. The parts don't really mean the same on their own (end could be used in the same way, but it's not). So it's really functioning as a single word in any meaningful sense, and therefore it makes sense to stick the word ending (the 'inflection') on the end of the whole unit, as this person did. 

Tuesday, 7 May 2019

Toilet flushing instructions and recursive binary Merge

Spotted in the Duke of Cumberland loos in Whitstable this weekend, this instruction on how to flush the toilet:

Press hard
Both buttons
I interpret this as two instructions:
PRESS HARD. BOTH BUTTONS. 
You could read it as a single instruction ('Press hard both buttons') but it's awkward in English. It would be normal in, say, Spanish, but in English a more idiomatic word order is 'Press both buttons hard', or verb (press) – object (both buttons) – adverb (hard).

The way that this is broken down into two phrases can be seen as support for the idea that syntax comprises a series of operations of recursive binary Merge. That's a technical way of saying that sentences are formed by combining two elements at a time, and combining the resulting component with a new element, still two at a time.

So, for example, we might think of a sentence like Birds eat seeds as being formed as follows:
eat + seeds --> eat seeds
birds + eat seeds --> birds eat seeds
Our loo-flushing example is a little bit more complicated. We don't have a subject, because it's an instruction so there is an implicit 'you' as the presser of the buttons. We definitely want to say that both buttons is a unit (a 'constituent'), which seems intuitively right (there are also ways to test this kind of thing). Then we want to say that Press both buttons is a constituent, with the verb press combining with its object both buttons. Then we would combine that whole phrase press both buttons with the adverb hard, telling us how the action of pressing both buttons should be performed. This makes more sense than saying that the verb press combines with a constituent both buttons hard, which doesn't seem intuitively right. Adverbs tell us how verbs are done, not what nouns are like. So now we have this structure:
both + buttons --> both buttons
press + both buttons --> press both buttons
press both buttons + hard --> press both buttons hard
The fact that the adverb refers to the verb, and not to the noun, also tells us why we get the broken-up instructions in the photo. The adverb, as I said, refers to the verb. We interpret it as referring to the whole verb phrase press both buttons as the thing that has to be done in a hard manner, but in fact it's really the pressing that is to be hard. The whole phrase involves the three levels of recursive Merge (recombining constituents) shown above, giving a final nested structure like this:
[3 [2 press [1 both buttons 1] 2] hard 3]
If we want to make it much simpler, one way of doing that is to remove the recursive part of the operation, and have things combine just once. This means, if you assume that Merge is binary (that things can only combine two at a time and not three or more), that the maximum number of words you can have in an utterance is two. And that's exactly what is happening in the photo: two pairs of words (both buttons; press hard), and their juxtaposition is what tells us that one applies to the other rather than their syntactic combination.