CCSoti / IPython_Observatory

Multi-perspective Discourse Analysis on the use of IPython
0 stars 0 forks source link

Readability Analysis #14

Open CCSoti opened 8 years ago

CCSoti commented 8 years ago

Text statistics on the files in the repositories:

CCSoti commented 8 years ago

Changed to Python 3.4.2 version - problem with simplejson when installing package textstats.

CCSoti commented 8 years ago

Changed to Python 3.4 version and implemented method for finding a README.md file without knowing the path (needs a little refactoring - next commit) -- > pushed commit

CCSoti commented 8 years ago

Added implementation for catching exception if README.md doesn't exists.

CCSoti commented 8 years ago

Added the skeleton for readability analysis with ideas taken from textstat Python package.