Skip to content

Commit

Permalink
Remove ta_entities_map dict
Browse files Browse the repository at this point in the history
  • Loading branch information
tranguyen221 committed Nov 28, 2022
1 parent 8ca66d0 commit 9b46389
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions presidio_evaluator/models/text_analytics_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,3 @@ def predict(self, sample: InputSample) -> List[str]:
tags=tags,
)
return response_tags

# Mapping between dataset entities and text analytics entities. Key: Dataset entity, Value: Presidio entity
ta_entities_map = {
}

0 comments on commit 9b46389

Please sign in to comment.