bounswe / bounswe2017group9

This project is about creating a social media platform for finding new concerts and recommending concerts to other people.
10 stars 2 forks source link

Working on Semantic Search #206

Open hilaldonmez opened 6 years ago

hilaldonmez commented 6 years ago

I have just implemented semantic search that benefits from semantic tags. I will return the concerts which are similar with the specific concert. Also, I will show them into specific concert page.

hilaldonmez commented 6 years ago

I have just pushed the semantic search introduction. It can only return concerts which have the same tags with the compared concert. However, I will develop this implementation with any library such as word2vec. If any member wants to deal with the implementation, (s)he can see it under hilal-SemanticSearch branch.