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

Sentiment analysis #33

Merged
merged 26 commits into from
Nov 28, 2017
Merged

Sentiment analysis #33

merged 26 commits into from
Nov 28, 2017

Commits on Nov 6, 2017

  1. complexity

    Jonathan Nelson committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    5028e17 View commit details
    Browse the repository at this point in the history
  2. complexity builtins

    Jonathan Nelson committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    f540d17 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2017

  1. complexity builtins with tests

    Jonathan Nelson committed Nov 7, 2017
    Configuration menu
    Copy the full SHA
    6731383 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from jnelson16/complexity

    complexity builtins
    jnelson16 authored Nov 7, 2017
    Configuration menu
    Copy the full SHA
    7fc8d01 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

  1. code review updates

    Jonathan Nelson committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    1aabb9a View commit details
    Browse the repository at this point in the history
  2. option tests

    Jonathan Nelson committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    43f4d37 View commit details
    Browse the repository at this point in the history
  3. added nltk requirement

    in setup.py
    Jonathan Nelson committed Nov 8, 2017
    Configuration menu
    Copy the full SHA
    d121398 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

  1. add pip install to .travis.yml

    jnelson16 authored Nov 9, 2017
    Configuration menu
    Copy the full SHA
    a5c15c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. nltk fixes

    Jonathan Nelson committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    c1ebb76 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from jnelson16/troubleshoot

    nltk fixes
    jnelson16 authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    1da893e View commit details
    Browse the repository at this point in the history
  3. another nltk fix

    Jonathan Nelson committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    d731de1 View commit details
    Browse the repository at this point in the history
  4. last nltk fix?

    Jonathan Nelson committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    1b0e35a View commit details
    Browse the repository at this point in the history
  5. you know the drill

    Jonathan Nelson committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    b1e142e View commit details
    Browse the repository at this point in the history
  6. Update .travis.yml

    jnelson16 authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    41b17f8 View commit details
    Browse the repository at this point in the history
  7. nltk troubles

    Jonathan Nelson committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    842204b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from jnelson16/nltk-troubles

    nltk troubles
    jnelson16 authored Nov 10, 2017
    Configuration menu
    Copy the full SHA
    ead81fc View commit details
    Browse the repository at this point in the history
  9. some final cleanup

    Jonathan Nelson committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    3f95a98 View commit details
    Browse the repository at this point in the history
  10. if it aint broke...

    Jonathan Nelson committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    f9bd220 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. textblob sentiment

    Jonathan Nelson committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    61312c3 View commit details
    Browse the repository at this point in the history
  2. tests and error raising

    Jonathan Nelson committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    0bdff3d View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2017

  1. fixed install req

    Jonathan Nelson committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    7c7d1d2 View commit details
    Browse the repository at this point in the history
  2. pep8 fixes

    Jonathan Nelson committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    bdac274 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. code review updates

    Jonathan Nelson committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    a20bd12 View commit details
    Browse the repository at this point in the history
  2. fix travis file

    Jonathan Nelson committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    1876407 View commit details
    Browse the repository at this point in the history
  3. import fixes

    Jonathan Nelson committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    981e075 View commit details
    Browse the repository at this point in the history
  4. small fix

    Jonathan Nelson committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    f0f43f3 View commit details
    Browse the repository at this point in the history