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

Speedup of the TextRank algorithm #140

Merged
merged 7 commits into from
Feb 23, 2020
Merged

Commits on Feb 23, 2020

  1. PEP8

    miso-belica committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    77a9d9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1578b43 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25b305f View commit details
    Browse the repository at this point in the history
  4. TextRank: cast number rather than multiplying it by 1.0

    The only reason to do `rank * 1.0` was to cast it from
    int to float and it should be done the more obvious way.
    miso-belica committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    8020044 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8aac972 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    912d0f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    591cd5e View commit details
    Browse the repository at this point in the history