mrzjy commited on
Commit
ddf50e2
1 Parent(s): cdf92dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -9,4 +9,26 @@ tags:
9
  - writing
10
  size_categories:
11
  - 100M<n<1B
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  - writing
10
  size_categories:
11
  - 100M<n<1B
12
+ ---
13
+
14
+ # Fanfiction Meta
15
+
16
+ This repo contains 660M meta files for writings from fanfictions.com
17
+ ```json
18
+ {
19
+ "source_file": "A song of Ice and Fire_ Legend of Zelda - Anarion Star-Dragon - The Hylian Knight.txt",
20
+ "category": "A song of Ice and Fire, Legend of Zelda",
21
+ "rating": "M",
22
+ "chapters": "4",
23
+ "words": "4,433",
24
+ "story_url": "http://www.fanfiction.net/s/8906943/1/",
25
+ "summary": "Follows general story of ASOIAF with characters from LOZ added in, focuses on Link and Zelda",
26
+ "language": "English"
27
+ }
28
+ ```
29
+
30
+ Note: you can get a tag list by splitting "category" field with ", " delimiter.
31
+
32
+ ## Usage
33
+
34
+ This data is sufficient for fanfiction-related data analysis.