Skip to content

Post analysis (and possibly prediction) for questions/answers from Stack Overflow.

Notifications You must be signed in to change notification settings

maqzi/Posts-Analyser

Repository files navigation

Posts-Analyser

Post analysis (and possibly prediction) for questions/answers from Stack Overflow.

Plan for Analysis of Posts

  1. Get data into a Pandas Dataframe

  2. Use the following to use as features

  • Word count
  • Readability index (find the specifics)
  • Contains Source Code
  • Contains Latex math
  • Sentiment Analysis (Possibly predictive, but more intended for descriptive)
  1. Run a Predictive Analysis

  2. Also Consider Descriptive Analysis of Different Stackexchange Communities.

Readability Indices

Flesch-Kincaid Grade

Gunning Fog Index

Coleman-Liau Index (Using)

SMOG Index

Automated Readability Index

Flesch-Kincaid Reading Ease (Using)

Spache Score

New Dale-Chall Score (Using)

Other Measures

Code Count (whether code is present)

Latex Count (whether Latex code is present)

Punctuation Count (how much punctuation is present)

Cleaned Text (Usable for sentiment analysis)

Resources

Datasets

Kaggle

Internet Archive Currently testing work on AI and IOT data sets from Internet Archive. Should add more to extend analysis once we have a working model.

About

Post analysis (and possibly prediction) for questions/answers from Stack Overflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published