Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, i am looking for a local search engine which it should use for personalizing the files by giving feedbacks(positive and negative comments)
When a user search for a file,that user will get relevant and irrelevant files. so if he have local search by giving feedbacks.then user can keep those relevant files in his account

I am doing final sem project named "A PERSONALIZED ONTOLOGY MODEL FOR WEB
INFORMATION GATHERING USING LOCAL INSTANCE REPOSITORY".. I need help regarding this project.

Concept:
A local search is a user’s personal collection of information items. From a world knowledge base, we construct personalized ontologies by adopting user feedback on interesting knowledge.

The subjects of user interest are extracted from the WKB via user interaction. A tool called Ontology Learning Environment (OLE) is developed to assist users with such interaction. Regarding a topic, the interesting subjects consist of two sets: positive subjects are the concepts relevant to the information need, and negative subjects are the concepts resolving paradoxical or ambiguous interpretation of the information need. Thus, for a given topic, the OLE provides users with a set of candidates to identify positive and negative subjects. These candidate subjects are extracted from the WKB. Who are not fed back as either positive or negative from the user, become the neutral subjects to the given topic.
Posted
Updated 10-Oct-13 18:14pm
v2
Comments
ZurdoDev 10-Oct-13 14:14pm    
What do you mean by "that user will get relevant and irrelevant files. "
Homero Rivera 11-Oct-13 0:46am    
I think the subject is fascinating, I really do, specially after I looked up "ontology" on m-w.com .

I can't recall any freeware that does that, but would be quite interesting for me to develop one. Are those files you're mentioning gonna be in a shared folder perhaps? Is people supposed to "like" as in facebook so that file comes first when given a keyword?
What platform are you working on (Windows, Linux, Apple, Web)?

I might even develop that for you if it fits with my current endeavors (and of course, post that as an answe in the phorum).

Please, provide details.
Member 10323568 11-Oct-13 5:14am    
Thanks for your reply!!.. I am working on windows using c#...
In the proposed Ontology model
there are two type of search operations are
performed[13]. The two type of search
operations are local search and global search. For
local search it considers only about the local
information. For global search it considers about
the world knowledge base.

For Example: Take google search engine.. if you give some keywords it will show relevant and irrelevant files after we search.. so my implementation is personalized search..for personalised search u have to create an account.after registering...in that search engine if u search for some file.. it will show all relevant and irrelevant files. so i planned to keep two subjects called positive and negative subjects. its not like giving like or comments. if u click that positive feedback it will store in your database.so in future if u want to search the related files.no need of using global search..u can go for personalized search by logging in. and if u check for positive files there it will display the exact and related files what u have given in last search.same like that if u give negative it means those files is not related to you. i hope u understand my query

chck this demo: http://www.youtube.com/watch?v=xI6Uocnw8JU
Homero Rivera 11-Oct-13 21:00pm    
I took a look at the video, but I think you are over estimating this app.

I think the name is way too fancy for what it really stands: a voting poll application with a few changes.

That's not nearly hard to make.
But, I do recognize a potential in this kind of model. There is an article here in CodeProject that may help you, I think a few changes and you'll get what you need.

http://www.codeproject.com/Articles/6127/Generic-Graphical-Voting-Poll-Web-Application

If you like this, allow me to post as solution so you can accept it. Thank you.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900