Thanks to visit codestin.com
Credit goes to github.com

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: relwell/stanford-corenlp-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MChamberlin/corenlp-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 4 files changed
  • 4 contributors

Commits on Feb 17, 2014

  1. Configuration menu
    Copy the full SHA
    5a93cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905149d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14cbc31 View commit details
    Browse the repository at this point in the history
  4. Update default.properties

    smartyfish
    smartyfish committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    ba1d402 View commit details
    Browse the repository at this point in the history
  5. Update corenlp.py

    smartyfish
    smartyfish committed Feb 17, 2014
    Configuration menu
    Copy the full SHA
    77db832 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2014

  1. add parse module to default annotators

    Matt Chamberlin
    Matt Chamberlin committed May 6, 2014
    Configuration menu
    Copy the full SHA
    ea43535 View commit details
    Browse the repository at this point in the history
  2. add indexeddependencies field to parse output

    Matt Chamberlin
    Matt Chamberlin committed May 6, 2014
    Configuration menu
    Copy the full SHA
    e5e9820 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2014

  1. initialize indexed dependencies list in sentence dict

    Matt Chamberlin
    Matt Chamberlin committed May 7, 2014
    Configuration menu
    Copy the full SHA
    cfa94ee View commit details
    Browse the repository at this point in the history

Commits on May 10, 2014

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

Commits on May 13, 2014

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

Commits on May 14, 2014

  1. remove random characters from hashed key

    Matt Chamberlin
    Matt Chamberlin committed May 14, 2014
    Configuration menu
    Copy the full SHA
    8307c8f View commit details
    Browse the repository at this point in the history
  2. revert to cd088d7

    Matt Chamberlin
    Matt Chamberlin committed May 14, 2014
    Configuration menu
    Copy the full SHA
    6a5bfe2 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. allow config of temp directory via command line arg

    - only applicable in load-balanced mode
    - these files tend to eat up inodes, so it may be useful for now to
    point this at a mounted device with more available
    Matt Chamberlin
    Matt Chamberlin committed Oct 23, 2014
    Configuration menu
    Copy the full SHA
    2cac5c9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2015

  1. use with statement in opening and reading file

    Matt Chamberlin
    Matt Chamberlin committed May 28, 2015
    Configuration menu
    Copy the full SHA
    496b4bc View commit details
    Browse the repository at this point in the history
  2. use os.path.join() to compose tmp file name

    Matt Chamberlin
    Matt Chamberlin committed May 28, 2015
    Configuration menu
    Copy the full SHA
    a18fd64 View commit details
    Browse the repository at this point in the history
Loading