ruanchaves commited on
Commit
56beb90
1 Parent(s): 5e62c3e

Update dev_stanford.py

Browse files
Files changed (1) hide show
  1. dev_stanford.py +1 -1
dev_stanford.py CHANGED
@@ -20,7 +20,7 @@ _DESCRIPTION = """
20
  randomly selected from the Stanford Sentiment Tweet Corpus by Sentiment140.
21
  """
22
  _URLS = {
23
- "dev": "https://tabilab.cmpe.boun.edu.tr/projects/hashtag_segmentation/Dev-Stanford"
24
  }
25
 
26
  class DevStanford(datasets.GeneratorBasedBuilder):
20
  randomly selected from the Stanford Sentiment Tweet Corpus by Sentiment140.
21
  """
22
  _URLS = {
23
+ "dev": "https://raw.githubusercontent.com/ardax/hashtag-segmentor/master/Dev-Stanford"
24
  }
25
 
26
  class DevStanford(datasets.GeneratorBasedBuilder):