Skip to content

Commit 530e24e

Browse files
committed
Removing unused class and fixing grammar/spelling.
1 parent cd3169e commit 530e24e

File tree

4 files changed

+4
-29
lines changed

4 files changed

+4
-29
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ When sensitive information is identified, Phileas can manipulate the sensitive i
99

1010
Information can be redacted based on the content of the information and other attributes. For example, only certain persons' names, only zip codes meeting some qualification, or IP addresses that match a given pattern.
1111

12-
For Phileas' documentation please see https://philterd.github.io/phileas/.
12+
For Phileas' documentation, please see https://philterd.github.io/phileas/.
1313

1414
## What Phileas Can Do
1515

1616
* Phileas can identify and redact over 30 types of sensitive information (see list below).
17-
* Phileas can evaluate conditions when redating (only zip codes with population less than some value, only ages > 30, only when sentiment is a certain value, etc.).
17+
* Phileas can evaluate conditions when redacting (only zip codes with population less than some value, only ages > 30, only when sentiment is a certain value, etc.).
1818
* Phileas can perform sentiment and offensiveness classification.
1919
* Phileas can redact, encrypt, and anonymize sensitive information.
2020
* Phileas can replace persons names with random names, dates with similar but random dates, etc.
@@ -176,7 +176,7 @@ There is a long list of `identifiers` that can be applied, and each identifier h
176176
Phileas is the underlying core of [Philter](https://www.philterd.ai/philter/), a turnkey text redaction engine which is built on top of Phileas and provides an API for redacting text. Philter runs entirely within your cloud and never transmits data outside of your cloud. Custom AI models are available for domains like healthcare, legal, and news. Philter is also [open source](https://github.com/philterd/philter).
177177

178178
* [Philter on the AWS Marketplace](https://aws.amazon.com/marketplace/pp/B07YVB8FFT?ref=_ptnr_philterd)
179-
* [Philer on the Google Cloud Marketplace](https://console.cloud.google.com/marketplace/product/philterd-public/philter)
179+
* [Philter on the Google Cloud Marketplace](https://console.cloud.google.com/marketplace/product/philterd-public/philter)
180180
* [Philter on the Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/philterdllc1687189098111.philter?tab=Overview)
181181
* On-prem deployments by contacting us at [https://www.philterd.ai/](https://www.philterd.ai).
182182

docs/docs/filter_policies/filters/common_filters/email-addresses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This filter has no required parameters.
2323
### Filter Strategies
2424

2525
The filter may have zero or more filter strategies. When no filter strategy is given the default strategy of `REDACT` is
26-
used. When multiple filter strategies are given the filter strategies will be applied in order as they are listed.
26+
used. When multiple filter strategies are given, the filter strategies will be applied in order as they are listed.
2727
See [Filter Strategies](#filter-strategies) for details.
2828

2929
| Strategy | Description |

phileas-model/src/main/java/ai/philterd/phileas/model/policy/Policy.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ public void setDomain(String domain) {
135135
this.domain = domain;
136136
}
137137

138-
139138
public Graphical getGraphical() {
140139
return graphical;
141140
}

phileas-model/src/main/java/ai/philterd/phileas/model/services/SentenceDetector.java

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

0 commit comments

Comments
 (0)