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

[WIP] Optimize bash and python #75

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 3, 2016

  1. Optimize bash script

    svanoort committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    75253e4 View commit details
    Browse the repository at this point in the history
  2. Remove byte decoding in python 3 version and sort list directly

    On my system, this takes time from 25s to 15s for the HuWikiSource corpus
    svanoort committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    ba87d38 View commit details
    Browse the repository at this point in the history
  3. Fix Py3 output formatting

    svanoort committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    18ca560 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c5adcf View commit details
    Browse the repository at this point in the history
  5. Python 3: group lists of word with the same count directly, don't try…

    … a fast integer sorting
    svanoort committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    fb447f9 View commit details
    Browse the repository at this point in the history