Automatic tagging

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
nekonome
Posts: 2
Joined: Wed Jan 07, 2009 10:57 pm

Automatic tagging

Post by nekonome »

Good day.

I wonder if it's possible to count occurances of words.

Source:
http://www.myurl.com/story1
cats dogs cats pet pet pet lion pet pet pet pet pet pet pet pet pet pet pet pet rabbit pet pet pet pet pet pet ...

Result 1:

<url>@fullinputfilename</url>
cats = 2
dogs = 1
lion = 1
rabbit = 1

or Result 2

<url>@fullinputfilename</url>
<tag>cats, dogs, lion, rabbit</tag>

The "extract matches" filter does not seem to be the proper solution. How shall it be done?

Thank you

Nekonome
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: Automatic tagging

Post by DataMystic Support »

FIrst convert the file to a word list, then sort it, then count occurrences. There are filters for each of these steps.
Post Reply