Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Automated Readability Index (ARI). Closes #20 #46

Commits on Jul 8, 2020

  1. Add Automated Readability Index (ARI). Closes jbesomi#20

    Add ARI to visualization module. Add unit tests to test_visualization.
    Additionally import numpy in visualization and test_visualization to be
    able to return NaNs in Series.
    henrifroese committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    d850ce2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Add MIT license

    jbesomi authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    cecfbf8 View commit details
    Browse the repository at this point in the history
  2. Add MIT license without url

    jbesomi authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    ad25ddc View commit details
    Browse the repository at this point in the history
  3. Update README.md

    jbesomi authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    5751f22 View commit details
    Browse the repository at this point in the history
  4. Website: fix github stars button

    jbesomi authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    6186788 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb1164e View commit details
    Browse the repository at this point in the history
  6. Added Remove Tags and Replace Tags (jbesomi#50)

    * Added Remove Tags and Replace Tags
    
    * removed contributor
    ishanarora04 authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    7ac1649 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6045edf View commit details
    Browse the repository at this point in the history
  8. PR for contributor addition. (jbesomi#52)

    * README.md
    
    * updated README
    ishanarora04 authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    19925ee View commit details
    Browse the repository at this point in the history
  9. Update CONTRIBUTING.md

    jbesomi authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    4337b07 View commit details
    Browse the repository at this point in the history
  10. Fix language name (jbesomi#53)

    shreyasminocha authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    301822d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fcb286e View commit details
    Browse the repository at this point in the history
  12. added replace hashtags and remove hashtag (jbesomi#58)

    * added replace hashtags and remove hashtag
    
    * Fixed the Documentation
    
    * Preprocessing Hashtag Regex as a raw string
    ishanarora04 authored and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    81411c2 View commit details
    Browse the repository at this point in the history
  13. Add count_sentences function to nlp.py (jbesomi#51)

    * Add count_sentences function to nlp.py
    
    Also add tests for the function to test_nlp.py
    
    * Implement suggestions from pull request.
    
    Add more tests, change style (docstring, tests naming).
    Remove unicode-casting to avoid unexpected behaviour.
    
    * Add link to spacy documentation.
    
    Additionally update index tests, they're cleaner now.
    
    Co-authored-by: Henri Froese <[email protected]>
    henrifroese and henrifroese committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    d50559d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79a0805 View commit details
    Browse the repository at this point in the history
  15. Improve automated_readability_index.

    Now incorporates suggested changes.
    
    Input checking done with pd.api.types.is_string_dtype. Not a
    permanent solution, will be improved by jbesomi#60 etc.
    
    Co-authored-by: Maximilian Krahn <[email protected]>
    henrifroese and mk2510 committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    7e1ad2f View commit details
    Browse the repository at this point in the history