The Philter SDK for Golang enables Go developers to easily work with Philter. Philter identifies and manipulates sensitive information like Protected Health Information (PHI) and personally identifiable information (PII) from natural language text.
Refer to Philter API documentation for details on the methods available.
go get github.com/philterd/philter-sdk-golang
With an available running instance of Philter, to filter text:
To filter text:
filterResponse := Filter("http://localhost:8080", "His SSN was 123-45-6789.", "context", "docid", "default", "token")
To filter with explanation:
explainResponse := Explain("http://localhost:8080", "His SSN was 123-45-6789.", "context", "docid", "default", "token")
- 1.2.0 - Renames
filterProfile
topolicy
. - 1.1.0 - Adds authentication support.
- 1.0.0 - Initial release.
This project is licensed under the Apache License, version 2.0.
Copyright 2020-2023 Mountain Fog, Inc. Philter is a registered trademark of Mountain Fog, Inc.