Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/forhadulislam/sna-project
- Owner: forhadulislam
- Created: 2017-03-06T19:33:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-13T12:07:05.000Z (almost 8 years ago)
- Last Synced: 2024-11-12T16:26:15.298Z (3 months ago)
- Topics: data-analysis, data-mining, social-network
- Language: Python
- Homepage:
- Size: 22.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ]