Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/forhadulislam/sna-project

A project for Social Network Analysis. Analyzed yahoo query logs
https://github.com/forhadulislam/sna-project

data-analysis data-mining social-network

Last synced: 16 days ago
JSON representation

A project for Social Network Analysis. Analyzed yahoo query logs

Awesome Lists containing this project

README

        

# Semantic relatedness of Yahoo query logs (SNA Project)
In this project we have tried to build query networks from web search engine query logs, with the nodes representing queries and the edges exhibiting the
semantic relatedness between queries.

## Dependencies
- Python 2.7
- Nltk library
- python-arango client

## Database
- ArangoDB : Download it from here

## Installing dependencies
Run these commands for installing dependencies.

`pip install -U nltk`
`pip install python-arango`
`pip install -U numpy` [ optional ]