Project status before second review
Till now we have completed simple search and also we have integrated wordnet api into our app. We have implemented simple search through every documents in our …
Till now we have completed simple search and also we have integrated wordnet api into our app. We have implemented simple search through every documents in our repository. We have used some IFilters into this for indexing pdf and docx and some other files. Our app will index all type of docs like pdf,doc,txt,xls,docx and image also. We have used filters for that. So if we search for a particular keyword then it will search for the word in all the documents and produces the result like google’s search result. If we search with semantic enabled then it will also search for all the synonyms for that particular word. Still we have a lot to go. It will be explained later.