Metadata-Version: 2.4
Name: lstmAtten_datautils_J
Version: 1.1.1
Summary: A utility package for processing data for LSTM Attention models in relation classification
Author: Jessy.W
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch>=1.7.0
Requires-Dist: shutup>=0.2.0
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# lstmAtten_datautils

A Python package for processing data for LSTM Attention models in relation classification tasks.

## Installation
```bash
pip install lstmAtten_datautils
