Member Avatar for b1izzard
b1izzard

Hi everyone,
I am trying to create Tag Extractor which is
much like Twitter's Trending topics or Google's Top searchwords.
Input file consists of a collection of some 3000 tweets.
Problem 1:
I am using "Qt" as the front end.(Entirely newbie to qt).
Using two "List View" controls. one loads the data i.e tweet
from file and other lists the "Tags".

How to load tweets line by line from file to
List view control?


Problem 2:
I need to filter the stopwords. I had created a binary search tree
of stopwords.

Is binary search tree a suitable data structure for filtering
out the tags? and moreover how to call a separate c++ program
from one program. #greatly confused.

Any further suggestions regarding toolkit or ideas?

Any further suggestions?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.