Skip to content

Commit 6bf323e

Browse files
committed
update corpus URL
1 parent 5a49d85 commit 6bf323e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experiments/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
CORPUSDB=data/million_post_corpus/corpus.sqlite3
4-
DLURL=https://github.com/dietmar/one_million_posts/releases/download/v1.0/million_post_corpus.tar.bz2
4+
DLURL=https://github.com/OFAI/million-post-corpus/releases/download/v1.0.0/million_post_corpus.tar.bz2
55

66
set -e
77
set -o pipefail

0 commit comments

Comments
 (0)