Results 1 to 4 of 4
- 05-10-2011, 01:04 AM #1
Member
- Join Date
- May 2011
- Posts
- 1
- Rep Power
- 0
Program which will for given url create list of used words
Hello dear Java experts and everyone who is trying to become one.
I am first time on this forum and it seems to be great.
I work as HTML/CSS developer and there is a little of PHP. Company recently fired like 40% of employees so now I must learn a lot of new stuff in short period of time. Okay, here goes question.
I need to write a program which will for given url create list of used words which are not HTML elements, inside page. Also, it should have capability to sort those words by frequency of their repetition and by alphabetic order.
It is only allowed to use standard set of Java libraries (no third party libraries) and for list Java LinkedList class is a must.
Printing result has to have table with three columns:
1. Located word
2. HTML element in which word was found
3. Frequency of repetition
Method of sorting and URL are specified as arguments in cmd line.
I am prepared to pay for my problem's solution or do some favour in return.
Thank You very much!
- 05-10-2011, 02:48 PM #2
Senior Member
- Join Date
- Jun 2008
- Posts
- 2,366
- Rep Power
- 7
- 05-10-2011, 03:00 PM #3
send ur requirement clearly .,
i have such a tool ., which will list the url inside the html pages .,:) Small word can mean it more ,.
- 05-10-2011, 03:11 PM #4
Similar Threads
-
A program where a user enters digits which returns words using arrays
By Dev23 in forum New To JavaReplies: 0Last Post: 03-17-2011, 12:22 PM -
how to create list of list in java ???
By ilayaraja in forum Advanced JavaReplies: 1Last Post: 10-26-2009, 04:30 PM -
Need help with 2D array program. Crossing words
By busdude in forum New To JavaReplies: 3Last Post: 11-17-2008, 02:16 AM -
Java Program To Convert A Number In To Words With Decimals
By javanewbie in forum New To JavaReplies: 1Last Post: 07-02-2008, 01:58 PM -
program help: Extracting words from a string
By toad in forum New To JavaReplies: 1Last Post: 11-04-2007, 06:39 PM


LinkBack URL
About LinkBacks


Bookmarks