Skip to content
View JungeAlexander's full-sized avatar
👨‍💻
👨‍💻

Block or report JungeAlexander

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
JungeAlexander/README.md

Pinned Loading

  1. cocoscorecocoscorePublic

    CoCoScore: context-aware co-occurrence scores for text mining applications

    Python 20 5

  2. Import modules from parent folder in...Import modules from parent folder in Python
    1
    # From http://stackoverflow.com/a/11158224
    2
    3
    # Solution A - If the script importing the module is in a package
    4
    from .. importmymodule
    5