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: nltk/nltk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: robwahl/nltk
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.
  • 5 commits
  • 5 files changed
  • 1 contributor

Commits on Jun 27, 2014

  1. Update megam.py

    got rid of import os.path and import os, not needed and it increases stability without it
    robwahl committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    676add0 View commit details
    Browse the repository at this point in the history
  2. Update indian.py

    got rid of codecs to make it more portable
    robwahl committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    13815be View commit details
    Browse the repository at this point in the history
  3. Update string_category.py

    removed import os and general from nltk import compat to make it run with less resources
    robwahl committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    1565bc9 View commit details
    Browse the repository at this point in the history
  4. Update pt.py

    cleaned up imports for pt.py to make code more portable and more efficient
    robwahl committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    b8f550a View commit details
    Browse the repository at this point in the history
  5. Update relextract.py

    simplified code in relextract.py imports. Is call to relextract is recursive
    robwahl committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    caad34f View commit details
    Browse the repository at this point in the history
Loading