Skip to content

Commit

Permalink
new gutenberg.csv
Browse files Browse the repository at this point in the history
  • Loading branch information
shbhrsaha committed May 10, 2014
1 parent b9c03f6 commit 0b88449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gutenberg/generate_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
DATA_FOLDER = "data"

# number of excerpts per author
EXCERPTS_PER_AUTHOR = 10
EXCERPTS_PER_AUTHOR = 50

# excerpt size in lines
EXCERPT_SIZE = 30
EXCERPT_SIZE = 80

# only look at files with the author's name and nothing else
file_names = [x for x in os.listdir(DATA_FOLDER) if ".txt" in x and "_small" not in x]
Expand Down

0 comments on commit 0b88449

Please sign in to comment.