HelloImSteven commited on
Commit
5c56eb6
1 Parent(s): 154bf98

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -26,4 +26,6 @@ size_categories:
26
 
27
  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).
28
 
29
- The dataset is constructed as an intermediate step to a fully-annotated AppleScript dataset.
 
 
 
26
 
27
  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).
28
 
29
+ The dataset is constructed as an intermediate step to a fully-annotated AppleScript dataset.
30
+
31
+ 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.