954,504 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Tag Extractor(Qt,Data Structure)

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?

ravi89
Junior Poster
114 posts since Jun 2009
Reputation Points: 11
Solved Threads: 13
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: