Sanatbek_Matlatipov
commited on
Commit
•
1699be0
1
Parent(s):
821db02
annotation_guideline.pdf is added and aspect-based-sentiment-analysis-uzbek.py file is refactored
Browse files
aspect-based-sentiment-analysis-uzbek.py
CHANGED
@@ -3,8 +3,9 @@ import xml.etree.ElementTree as ET
|
|
3 |
import datasets
|
4 |
from datasets import GeneratorBasedBuilder, DatasetInfo, Split, SplitGenerator, Features, Value, Sequence
|
5 |
|
6 |
-
|
7 |
_BASE_URL = "https://drive.google.com/uc?export=download&id=15YklLKAaNXomOAkEAMmLAIIFhS9o-ywS"
|
|
|
|
|
8 |
class UzABSA(GeneratorBasedBuilder):
|
9 |
VERSION = datasets.Version("1.0.0")
|
10 |
|
|
|
3 |
import datasets
|
4 |
from datasets import GeneratorBasedBuilder, DatasetInfo, Split, SplitGenerator, Features, Value, Sequence
|
5 |
|
|
|
6 |
_BASE_URL = "https://drive.google.com/uc?export=download&id=15YklLKAaNXomOAkEAMmLAIIFhS9o-ywS"
|
7 |
+
|
8 |
+
|
9 |
class UzABSA(GeneratorBasedBuilder):
|
10 |
VERSION = datasets.Version("1.0.0")
|
11 |
|
data/annotation_guideline.pdf
ADDED
Binary file (741 kB). View file
|
|