bounswe / bounswe2015group3

Boun Software Engineering Couse Project /Spring 2015 /Group#3
4 stars 0 forks source link

Semantic tagging trials #212

Open umutafacan opened 8 years ago

umutafacan commented 8 years ago

-For semantic tagging trying how is it work? -Which 3rd party api's should we use etc

tuba-topaloglu commented 8 years ago

http://dbpedia.org/about dbpedia spotlight dbpedia lookup

You can find info about DBpedia in the link above. dbpedia spotlight and dbpedia lookup are shared on github.

dbpedia spotlight detects keywords (wikipedia articles) in a given text, you can also select certain categories for the keywords such as place, thing, disease etc.

dbpedia lookup takes a keyword and gives related dbpedia entries.

We can use dbpedia spotlight to scan the description text, which is entered by the user during the creation of an event or a group, and suggest the detected keywords by dbpedia spotlight by asking "Would you like to add these tags, too?". As the user adds new tags to the events or groups, we can suggest new tags with dbpedia lookup. Instead of directly adding these suggested tags, we can store them as related, secondary tags and use them in our search algorithm so that we can also return related results.