Datasets:
| [tool.poetry] | |
| name = "dataset-aste-v2" | |
| version = "0.1.0" | |
| description = "Aspect Sentiment Triplet Extraction (ASTE) https://aclanthology.org/2021.acl-long.367/ dataset converted to use character level indices and the original Sem Eval 2014 Task 4 https://alt.qcri.org/semeval2014/task4/ text" | |
| authors = [] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = ">=3.11,<3.12" | |
| datasets = "^2.14.5" | |
| huggingface-hub = "^0.17.3" | |
| levenshtein = "^0.22.0" | |
| lxml = "^4.9.3" | |
| pandas = "^2.1.1" | |
| pyarrow = "^13.0.0" | |
| typer = "^0.9.0" | |
| [tool.poetry.group.dev.dependencies] | |
| black = "^23.9.1" | |
| isort = "^5.12.0" | |
| lxml-stubs = "^0.4.0" | |
| mypy = "^1.5.1" | |
| pandas-stubs = "^2.1.1.230928" | |
| pylint = "^3.0.1" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |
| [tool.isort] | |
| profile = "black" | |
| multi_line_output = 3 | |