Skip to content
View phillijm's full-sized avatar
🏳️‍🌈
🏳️‍🌈

Block or report phillijm

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. Calculate METEOR v1.5 scores with Py...
    1
    # Calculate METEOR v1.5 scores with Python
    2
    
                  
    3
    This implements a Python class as an interface for the official Java implementation of METEOR v1.5.
    4
    I've tested this on Windows, Mac, & Linux.  If you encounter any issues, let me know.  
    5
    
                  
  2. CodeSumBART Public

    Replication package for "Metric-Oriented Pretraining of Neural Source Code Summarisation Transformers to Enable more Secure Software Development".

    Python

  3. HowDoesBERTScoreWork Public

    How Does BERTScore Work? A quick (and slightly inaccurate) overview.

    Jupyter Notebook

  4. JavaDatasetCleaner Public

    Prepare the Funcom Filtered dataset of Java method-comment pairs for neural source code summarisation using NeuralCodeSum.

    Java