Metadata-Version: 2.4
Name: taxonomic-entity-augmentation
Version: 1.0.2
Summary: Taxonomic Entity Augmentation
Author: tznurmin
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/tznurmin/bio-tea
Project-URL: Issues, https://github.com/tznurmin/bio-tea/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: PyYAML>=6.0
Dynamic: license-file

# Taxonomic Entity Augmentation (TEA)

Taxonomic Entity Augmentation for biological texts.

Install:

```bash
python -m pip install taxonomic-entity-augmentation
```

Use:

```python
from bio_tea import TEA
```
