Skip to content

Commit 93aeb49

Browse files
TAE 1.1.0
1 parent a437640 commit 93aeb49

4 files changed

Lines changed: 3 additions & 24 deletions

File tree

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<img src="https://img.shields.io/badge/License-MIT-orange" alt="License MIT"/>
44
</p>
55

6-
This repository contains the code and experimental data for the **Text Anonymization Evaluator** (TAE), an evaluation tool for text anonymization including multiple state-of-the-art metrics for both utility preservation and privacy protection assessment.
6+
This repository contains the code and experimental data for the **Text Anonymization Evaluator** (TAE), an evaluation tool for anonymized documents including multiple state-of-the-art metrics for both utility preservation and privacy protection assessment.
77

88
Experimental data was extracted from the [text-anonymization-benchmark](https://github.com/NorskRegnesentral/text-anonymization-benchmark) repository, corresponding to the publication [Pilán, I., Lison, P., Øvrelid, L., Papadopoulou, A., Sánchez, D., & Batet, M., Pilán et al., The Text Anonymization Benchmark (TAB): A Dedicated Corpus and Evaluation Framework for Text Anonymization, Computational Linguistics, 2022, Computational Linguistics, 2022](https://aclanthology.org/2022.cl-4.19/). The exact files utilized are located in the [data](data) folder.
99

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tae"
3-
version = "0.1.0"
3+
version = "1.1.0"
44
description = "Text Anonymization Evaluator (TAE)"
55
authors = ["Benet Manzanares-Salor <benet.manzanares@urv.cat>"]
66
maintainers = ["Benet Manzanares-Salor <benet.manzanares@urv.cat>"]

tae/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
from .tae import TAE
2-
__version__ = "0.1.0"
2+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)