International Development homework help

International Development homework help. REPOST FOR TUTOR “JAMES S.”You are working on a custom Web application to create a document library for a client. The main function of the document library is allowing the user to locate documents based on keywords within the document. Because of licensing considerations, the client does not want to use a commercial search engine, so you need to develop one from scratch. 1. You need to write a program to find keywords in a document. 2. You must also rank the document’s relevance by the number of times the input keyword occurs in the document.So far, I have a program that counts the number of times a word appears in the document. I need help on #2, specifically “How to rank a document’s relevance by the number of times the input keyword occurs in the document”. Thanks.import java.lang.String;import java.io.BufferedReader;import java.io.File;import java.io.FileReader;import java.io.FileNotFoundException;import java.io.IOException;import java.io.*;class…

International Development homework help

Get Your Custom Essay Written From Scratch
We have worked on a similar problem. If you need help click order now button and submit your assignment instructions.
Just from $13/Page
Order Now