Skip to content
This repository was archived by the owner on Apr 11, 2023. It is now read-only.
This repository was archived by the owner on Apr 11, 2023. It is now read-only.

Functions with original comments #246

Open
@timvandam

Description

@timvandam

I am looking to use CodeSearchNet to train a code completion model that takes the current code as input and predicts the next token. However, the CodeSearchNet data does not appear to contain the raw comments, making it impossible to re-construct the original code (i.e. it is impossible to tell whether the original comment was a single-line comment or multi-line comment for Java, JavaScript, etc)

Is this data available somewhere, or is my best bet to simply put the plain-text comments inside a multi-line comment block for every sample?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions