Benefit Change
Summary
This PnP template contains a Microsoft Syntex unstructured document Processing model used to classify Benefit Change notices.

The sample features the following:
- Classifier
- 5 extractors
- 14 training files (12 positive examples, 2 negative examples)
The extractors in this model are:
| Extractor Name | Explanation Count | Types |
|---|---|---|
| Provider | 2 | Phrase List |
| Effective Date | 3 | Phrase List |
| Provider URL | 2 | Phrase List |
| Discount | 1 | Phrase List |
| Notice Addressee | 2 | Phrase List |
Using the model
To use the model in your tenant you must have access to a Content Center.
To upload the model, apply the PnP site template to a content center using PnP PowerShell:
Connect-PnPOnline -Url "https://contoso.sharepoint.com/sites/yourContentCenter"
Invoke-PnPSiteTemplate -Path .\BenefitChange.pnp
Sample
You can find the model source code including training files here: /models/Benefit-Change
| Solution | Author(s) |
|---|---|
| BenefitChange.pnp | James Eccles |
Version history
| Version | Date | Comments |
|---|---|---|
| 1.0 | May 11, 2021 | Initial release |
Disclaimer
THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.