Metadata-Version: 2.2
Name: lstmAtten_datautils
Version: 2.2.12
Summary: A utility package for processing data for LSTM Attention models in relation classification
Author: DT.L
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: 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
