Datasets:

Languages:
Thai
Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
expert-generated
Tags:
word-tokenization
License:
albertvillanova HF staff commited on
Commit
f2e0656
1 Parent(s): 537d2d3

Update loading script

Browse files
Files changed (1) hide show
  1. wisesight1000.py +2 -1
wisesight1000.py CHANGED
@@ -39,7 +39,8 @@ class Wisesight1000Config(datasets.BuilderConfig):
39
 
40
  class Wisesight1000(datasets.GeneratorBasedBuilder):
41
 
42
- _DOWNLOAD_URL = "https://raw.githubusercontent.com/PyThaiNLP/wisesight-sentiment/master/word-tokenization/wisesight-1000-samples-tokenised.label"
 
43
  # character type mapping from https://github.com/rkcosmos/deepcut/blob/master/deepcut/utils.py
44
  _CHAR_TYPES_DICT = {
45
  "กขฃคฆงจชซญฎฏฐฑฒณดตถทธนบปพฟภมยรลวศษสฬอ": "c",
 
39
 
40
  class Wisesight1000(datasets.GeneratorBasedBuilder):
41
 
42
+ # Source data:"https://raw.githubusercontent.com/PyThaiNLP/wisesight-sentiment/master/word-tokenization/wisesight-1000-samples-tokenised.label"
43
+ _DOWNLOAD_URL = "data/wisesight-1000-samples-tokenised.label.gz"
44
  # character type mapping from https://github.com/rkcosmos/deepcut/blob/master/deepcut/utils.py
45
  _CHAR_TYPES_DICT = {
46
  "กขฃคฆงจชซญฎฏฐฑฒณดตถทธนบปพฟภมยรลวศษสฬอ": "c",