Skip to content

Commit

Permalink
Added arxiv reference to citation
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethEnevoldsen committed Dec 12, 2023
1 parent 9dd8df7 commit 14b6356
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 9 deletions.
54 changes: 46 additions & 8 deletions citation.cff
Original file line number Diff line number Diff line change
@@ -1,11 +1,49 @@
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: "Augmenty: The cherry on top of your NLP pipeline"
message: "If you use this software, please cite it as below."
type: software
authors:
- family-names: "Enevoldsen"
given-names: "Kenneth"
orcid: "https://orcid.org/0000-0001-8733-0966"
title: "Augmenty: The cherry on top of your NLP pipeline"
version: 1.0.1
doi: 10.5281/zenodo.6675315
date-released: 2022-21-06
url: "https://github.com/KennethEnevoldsen/augmenty"
- family-names: Enevoldsen
given-names: Kenneth
orcid: "https://orcid.org/0000-0001-8733-0966"
identifiers:
- type: url
value: "https://arxiv.org/abs/2312.05520"
description: Arxiv URL
- type: doi
value: 10.5281/zenodo.6675315
description: Zonedo DOI
repository-code: "https://github.com/KennethEnevoldsen/augmenty"
url: "https://kennethenevoldsen.github.io/augmenty/"
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.
keywords:
- nlp
- augmentation
- spacy
- natural language processing
license: MIT
version: 1.4.2
date-released: "2023-12-09"
preferred-citation:
type: article
title: "Augmenty: A Python Library for Structured Text Augmentation"
url: "https://arxiv.org/abs/2312.05520"
year: 2023
authors:
- family-names: "Enevoldsen"
given-names: "Kenneth"
orcid: "https://orcid.org/0000-0001-8733-0966"
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
[![python version](https://img.shields.io/badge/Python-%3E=3.8-blue)](https://github.com/kennethenevoldsen/augmenty)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)]([ruff])
[![github actions pytest](https://github.com/kennethenevoldsen/augmenty/actions/workflows/tests.yml/badge.svg)](https://github.com/kennethenevoldsen/augmenty/actions)
[![github actions docs](https://github.com/kennethenevoldsen/augmenty/actions/workflows/documentation.yml/badge.svg)](https://kennethenevoldsen.github.io/augmenty/)
[![github actions docs](https://github.com/kennethenevoldsen/augmenty/actions/workflows/documentation.yml/badge.svg)]([action])
[![status](https://joss.theoj.org/papers/df84463b79f27f40a4da97f20b08a958/status.svg)]([joss])

[action]: https://kennethenevoldsen.github.io/augmenty/
[ruff]: https://github.com/astral-sh/ruff
[joss]: https://joss.theoj.org/papers/df84463b79f27f40a4da97f20b08a958


Augmenty is an augmentation library based on spaCy for augmenting texts. Besides a wide array of highly flexible augmenters, Augmenty provides a series of tools for working with augmenters, including combining and moderating augmenters. Augmenty differs from other augmentation libraries in that it corrects (as far as possible) the assigned labels under the augmentation, thus making many of the augmenters valid for training in a wider range of tasks.
Expand Down

0 comments on commit 14b6356

Please sign in to comment.