ruanchaves commited on
Commit
2de7653
1 Parent(s): 31c49b7

Update boun.py

Browse files
Files changed (1) hide show
  1. boun.py +4 -4
boun.py CHANGED
@@ -1,4 +1,4 @@
1
- """STAN large dataset as corrected by Maddela et al.."""
2
 
3
  import datasets
4
 
@@ -21,8 +21,8 @@ tv shows, popular people, sports teams etc. Test-BOUN Test set that includes 500
21
  These are selected from tweets about movies, tv shows, popular people, sports teams etc.
22
  """
23
  _URLS = {
24
- "dev": "https://tabilab.cmpe.boun.edu.tr/projects/hashtag_segmentation/Dev-BOUN",
25
- "test": "https://tabilab.cmpe.boun.edu.tr/projects/hashtag_segmentation/Test-BOUN"
26
  }
27
 
28
  class Boun(datasets.GeneratorBasedBuilder):
@@ -40,7 +40,7 @@ class Boun(datasets.GeneratorBasedBuilder):
40
  }
41
  ),
42
  supervised_keys=None,
43
- homepage="https://github.com/mounicam/hashtag_master",
44
  citation=_CITATION,
45
  )
46
 
1
+ """BOUN dataset"""
2
 
3
  import datasets
4
 
21
  These are selected from tweets about movies, tv shows, popular people, sports teams etc.
22
  """
23
  _URLS = {
24
+ "dev": "https://raw.githubusercontent.com/ardax/hashtag-segmentor/master/Dev-BOUN",
25
+ "test": "https://raw.githubusercontent.com/ardax/hashtag-segmentor/master/Test-BOUN"
26
  }
27
 
28
  class Boun(datasets.GeneratorBasedBuilder):
40
  }
41
  ),
42
  supervised_keys=None,
43
+ homepage="https://github.com/ardax/hashtag-segmentor",
44
  citation=_CITATION,
45
  )
46