update
Browse files- UTS_WTK.py +3 -3
UTS_WTK.py
CHANGED
@@ -25,10 +25,10 @@ class UTSWTK(datasets.GeneratorBasedBuilder):
|
|
25 |
"""UTS Word Tokenize datasets"""
|
26 |
VERSION = datasets.Version("1.0.0")
|
27 |
BUILDER_CONFIGS = [
|
28 |
-
# UTSWTKConfig(
|
29 |
-
# name="small", version=VERSION, description="UTS_WTK Small"),
|
30 |
UTSWTKConfig(
|
31 |
-
name="
|
|
|
|
|
32 |
# UTSWTKConfig(
|
33 |
# name="large", version=VERSION, description="UTS_WTK Large"),
|
34 |
]
|
|
|
25 |
"""UTS Word Tokenize datasets"""
|
26 |
VERSION = datasets.Version("1.0.0")
|
27 |
BUILDER_CONFIGS = [
|
|
|
|
|
28 |
UTSWTKConfig(
|
29 |
+
name="small", version=VERSION, description="UTS_WTK Small"),
|
30 |
+
# UTSWTKConfig(
|
31 |
+
# name="small", version=VERSION, description="UTS_WTK Small"),
|
32 |
# UTSWTKConfig(
|
33 |
# name="large", version=VERSION, description="UTS_WTK Large"),
|
34 |
]
|