English

Augmenty: A Python Library for Structured Text Augmentation

Computation and Language 2023-12-12 v1

Abstract

Augmnety is a Python library for structured text augmentation. It is built on top of spaCy and allows for augmentation of both the text and its annotations. Augmenty provides a wide range of augmenters which can be combined in a flexible manner to create complex augmentation pipelines. It also includes a set of primitives that can be used to create custom augmenters such as word replacement augmenters. This functionality allows for augmentations within a range of applications such as named entity recognition (NER), part-of-speech tagging, and dependency parsing.

Cite

@article{arxiv.2312.05520,
  title  = {Augmenty: A Python Library for Structured Text Augmentation},
  author = {Kenneth Enevoldsen},
  journal= {arXiv preprint arXiv:2312.05520},
  year   = {2023}
}

Comments

Submitted to JOSS

R2 v1 2026-06-28T13:45:48.401Z