CoolFace
Datasetpublic

HelloImSteven/applescript-lines-100k-non-annotated

Dataset Card for "applescript-lines-100k-non-annotated" Description Dataset of 100,000 unique lines of AppleScript code scraped from GitHub and GitHub Gists. The dataset has been de-duplicated, comments have been removed (both single and multi-line), and effort has been made to merge multi-line structures such as records into one (however, expect some variability in this regard). The dataset is constructed as an intermediate step to a fully-annotated AppleScript… See the full description on the dataset page: https://huggingface.co/datasets/HelloImSteven/applescript-lines-100k-non-annotated.

sourceHugging Facemitupdated 3y agoView on Hugging Face
1likes18downloads
Dataset Card

Dataset Card for "applescript-lines-100k-non-annotated"

Description

Dataset of 100,000 unique lines of AppleScript code scraped from GitHub and GitHub Gists. The dataset has been de-duplicated, comments have been removed (both single and multi-line), and effort has been made to merge multi-line structures such as records into one (however, expect some variability in this regard).

The dataset is constructed as an intermediate step to a fully-annotated AppleScript dataset.

Each row has fields for text and source, with text being the raw text of the line and source being the file name and extension from which the line was obtained. Full source links have been omitted for anonymity.