Skip to main content

Making Ngram Analysis from Stack Overflow Questions Dataframe

Project description

stack overflow ngram analysis

This project fetches StackOverflow API get questions and make ngram analysis

install

pip install sosq

pip install emek

pip install ngramso

for use

1- Get your key and token from stackexchange (https://stackapps.com/users/login?returnurl=/apps/oauth/register)

2- sample code below.

import sosq
import emek
import ngramso
df = sosq.get_result("your_search_query", "your_key", "your_access_token")
emek.process_data(df)
ngramso.process_and_generate_ngrams(df)

sosq for dataframe emek for tag analysis ngramso for ngram analysis to compare tags with ngrams

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ngramso-1.0.1.tar.gz (39.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page