bell notificationshomepageloginNewPostedit profiledmBox

Hoots : What to do about noun clusters A personal frustration of mine is when I see a cluster of nouns sitting together in a sentence. I usually see these in highly technical emails, but not exclusively. Here is a particularly - freshhoot.com

10% popularity   0 Reactions

What to do about noun clusters
A personal frustration of mine is when I see a cluster of nouns sitting together in a sentence. I usually see these in highly technical emails, but not exclusively.

Here is a particularly bad example I received this morning:

The Web Product Provider search print Individual Provider Map does not
print the listing originally found [...]

What are some good strategies for breaking up these nouns while still keeping the language specific and concise?

Edit: I should add a little context here as well. This statement isn't supposed to cover a complex topic. It's nothing more complicated than the following:

User enters a search term
User clicks map button on the list of results
User prints the list of results

The issue I am trying to tackle is that the user who experienced this problem needs to report enough specifics to be complete, but at the same time, do so in a manner that is easily parsed. There is a trend of using clusters of nouns instead of simple English.

(P.S. I'm asking this so that I can become a better writer, not as ammunition — just in case you were thinking it.)

Edit #2 : I thought of a few more examples that might paint a better picture of the problem.


The operations review evaluation task force is responsible for this task.
He doesn't know how to read the aperture adjustment calibration manual.
She started the 12-week half-marathon training regimen for beginners.


Load Full (7)

Login to follow hoots

7 Comments

Sorted by latest first Latest Oldest Best

10% popularity   0 Reactions

Focus on the verbs (action), not the nouns. Your example:

The Web Product Provider search print Individual Provider Map does not print the listing originally found [...]

becomes

Printing an Individual Provider Map from a Web Product Provider search result list does not print the selected map.

You get better mileage using print as a verb instead of a noun.

Couple this with the use of abbreviations, and you can shorten this even more to:

Printing an IPM from a WPP search result list does not print the selected map.

One thing to keep in mind when using abbreviations is to make sure you use the full term followed by the abbreviation in parenthesis on first usage. In your example:

We're experiencing a problem with the print Individual Provider Map (IMP) function. Printing an IMP from a Web Product Provider (WPP) search result list does not print the selected map.

When you see a cluster of nouns, ask yourself which one should become a verb. And, abbreviate jargon when you can.


10% popularity   0 Reactions

The first one was more a problem of rewording - I couldn't figure out how the sentence worked until I looked at the other examples. Quotes on the search string are also necessary - otherwise the active verb is hard to tease out. Rearranged, but just as brief:
The Web Product Provider does not print the listing originally found for "print Individual Provider Map".

You might just try to eliminate an unnecessary noun or two, where context is sufficient:
Operations review is responsible for this task.
He doesn't know how to read the aperture adjustment manual. (Or: he doesn't know how to adjust the aperture.)

The last one was trickier: I split up the nouns into two groups instead, although it does require an extra phrase:
She started the half-marathon training regimen. It ran for 12 weeks and was aimed at beginners.

Personally, I find acronyms just as distracting as noun clusters, as you call them - wherever possible, I'd prefer to abbreviate in some other fashion.


10% popularity   0 Reactions

The Web Product Provider search print Individual Provider Map does not
print the listing originally found [...]

The problem here is not the big words, but rather the sentence itself. Consider if those noun clusters as you call them were abbreviations:

The WPP search print IPM does not print the listing originally found [...]

It looks less convoluted but the first part still doesn't make much sense. Considering some simple restructuring.

If the problem persists however you have the option of using tags such as <abbr> or <acronym> like so:

The <acronym title="Web Product Provider">WPP</acronym> search print [...]

Similarly you can make the words easier visualization as a single entity, since that's the core of the problem:

The Web Product Provider search print Individual Provider Map does not
print the listing originally found [...]

If dealing with plaintext only, something like this works and is a fairly simple and intuitive:

The [Web Product Provider] search print [Individual Provider Map] does not
print the listing originally found [...]

Depending on situation you could just use some form of quotes.


10% popularity   0 Reactions

I think part of the difficulty with the sentence can be corrected by emphasizing the problem being reported:

Using the print functionality after
doing a search in the Web Product
Provider (specifically, attempting to
print the Individual Provider Map)
results in the wrong listing being
printed.

Parenthetical statements are not considered ideal; when they can reduce clutter in the core of the sentence, I find them useful.


10% popularity   0 Reactions

Howzabout:

The Web Product Provider's search
result, "Individual Provider Map,"
does not...

If I in fact understood that chunk of jargon correctly.


10% popularity   0 Reactions

Two common strategies are:

Rearrange words
Change nouns to verbs if possible

Instead of Web Product Provider:
Provider of the web product
or
The web product provides ...

Yes, I've shorten your example sentence, because I do not understand it ;)


10% popularity   0 Reactions

To me, it seems that your examples don't include a sequence of nouns, but nouns that are more than one word.

Here are your examples, with added quotes to delimit the nouns:

The "Web Product Provider" search "print Individual Provider Map" does not print the listing originally found
The "operations review evaluation task force" is responsible for this task.
He doesn't know how to read the "aperture adjustment calibration manual".
She started the "12-week half-marathon training regimen for beginners".

Perhaps I'm missing something (perhaps I'm part of the problem!) but multi-word nouns are nothing new to the English language:

time series
curriculum vitae
remote control
Cameron's room
toenail clippers

I'm not arguing that your original example is well written - since it didn't communicate clearly, it wasn't.

Assuming that my parsing of the phrase is correct, I'd rewite it this way:

The product provider search on the website does not print the listing originally found when I search for "print Individual Provider Map"


Back to top Use Dark theme