Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: thisandagain/sentiment
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: tobek/sentiment
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 16, 2014

  1. Add basic sentiment negation

    This is a pretty simple change that seems to work quite well for most inputs to handle negation. This accounts for the different between things like "I love cats" and "I don't love cats", "I can't love cats", "I won't love cats". This approach could be extended to also include double negatives, but let's leave it simple for now.
    akumpf committed Dec 16, 2014
    Configuration menu
    Copy the full SHA
    2340752 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Configuration menu
    Copy the full SHA
    03b7442 View commit details
    Browse the repository at this point in the history
Loading