Hello, I am new to Drupal and I'm trying to setup aggregator2 to automatically categorize news items, but I'm having trouble grasping the module and the termonology (vocabularies, terms).
Here is basically what I'm trying to do. I want to setup news feeds for numerous online newspaper's sports sections, and categorize each news item based on the teams that are mentioned in the news item.
For example, say a particular article mentions two teams, the Boston Red Sox and the New York Yankees. I want this article to be associated to each team, so when a user wants to see all items pertaining to the Red Sox, for example, a page can be displayed that lists each news item that mentions the Red Sox. Each team can have nicknames as well, so it would have to detect that also. The Red Sox are sometimes referred to as "The Sox" or the "Bosox", and the Yankees are often called "The Yanks" or "The Bronx Bombers".
Can aggregator2 handle this? If so, how do I go about setting it up? Do I setup a catergory for each team (Boston Red Sox, New York Yankees), and then a vocabulary for each team (Boston Red Sox, New York Yankees), and then terms for each team (Boston, Red Sox, Bosox, Sox/New York, Yankees, Yanks, Bronx, Bombers)?
Sorry if it sounds like a stupid question, but I've read over the documentation several times, and I'm having a hard time grasping it.
Any help would be appreciated.