Skip to content

Commit

Permalink
mapped FAC to LOCATION
Browse files Browse the repository at this point in the history
  • Loading branch information
omri374 committed Oct 9, 2023
1 parent 9b7584e commit 5822a00
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion presidio-analyzer/conf/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ner_model_configuration:
PER: PERSON
PERSON: PERSON
NORP: NRP
FAC: FACILITY
FAC: LOCATION
LOC: LOCATION
GPE: LOCATION
LOCATION: LOCATION
Expand Down
2 changes: 1 addition & 1 deletion presidio-analyzer/conf/spacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ner_model_configuration:
PER: PERSON
PERSON: PERSON
NORP: NRP
FAC: FACILITY
FAC: LOCATION
LOC: LOCATION
LOCATION: LOCATION
GPE: LOCATION
Expand Down
2 changes: 1 addition & 1 deletion presidio-analyzer/conf/spacy_multilingual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ner_model_configuration:
PER: PERSON
PERSON: PERSON
NORP: NRP
FAC: FACILITY
FAC: LOCATION
LOC: LOCATION
LOCATION: LOCATION
GPE: LOCATION
Expand Down
2 changes: 1 addition & 1 deletion presidio-analyzer/conf/stanza.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ner_model_configuration:
PER: PERSON
PERSON: PERSON
NORP: NRP
FAC: FACILITY
FAC: LOCATION
LOC: LOCATION
LOCATION: LOCATION
GPE: LOCATION
Expand Down
2 changes: 1 addition & 1 deletion presidio-analyzer/conf/stanza_multilingual.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ ner_model_configuration:
PER: PERSON
PERSON: PERSON
NORP: NRP
FAC: FACILITY
FAC: LOCATION
LOC: LOCATION
LOCATION: LOCATION
GPE: LOCATION
Expand Down

0 comments on commit 5822a00

Please sign in to comment.