
The Term Extractor Module in Yahoo Pipes analyzes text strings and tries to pick out the most important words within it. It can either output a single text string with all the crucial words, or as a list with individual words.
In this example, we’ll enter a text string into the Text Input Module and see how the Term Extractor interprets it.
We’ll use the text string “the Bugatti Veryon is one of the most expensive cars in the world.”

Now lets wire it into the Term Extractor and emit the results as a single item.
We can see in the Debugger pane that the Term Extractor picked the keywords “bugatti, veryon, expensive, cars”.

We can also emit the results as a list:

We can then take these terms and use them in different modules for further processing, such as search terms in the Yahoo Search module.

Recent Comments