Skip to content

Commit a173cc2

Browse files
committed
acrolinx fixes
1 parent d38971e commit a173cc2

5 files changed

Lines changed: 21 additions & 21 deletions

microsoft-365/syntex/powershell-syntex-explanations.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ description: Learn about work with Microsoft Syntex model explanations in PowerS
2121
<sup>**Applies to:** &ensp; &#10003; Unstructured document processing </sup>
2222

2323
> [!IMPORTANT]
24-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
2525
2626
Custom explanation templates are stored in a list within a content center. Because these explanations are stored as list items, PowerShell can be used to interact with them.
2727

2828
## List saved explanations
2929

30-
This example shows how to view all of the custom explanation templates that have been saved on a specific content center.
30+
This example shows how to view all of the custom explanation templates that are saved on a specific content center.
3131

3232
```PowerShell
3333
$contentCenterURL = "https://contoso.sharepoint.com/sites/yourContentCenter"
@@ -131,7 +131,7 @@ Add-PnPListItem -List $explanationTemplatesList -Values @{"Title"= $explanationN
131131

132132
## Create a phrase list explanation based on a term set
133133

134-
This example shows how to create a custom phrase list explanation template by taking the values from a term set. This includes the preferred term names and any synonyms.
134+
This example shows how to create a custom phrase list explanation template by taking the values from a term set. This example includes the preferred term names and any synonyms.
135135

136136
```PowerShell
137137
$contentCenterURL = "https://contoso.sharepoint.com/sites/yourContentCenter"

microsoft-365/syntex/powershell-syntex-import-export.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ description: Learn about how to export and import models with PowerShell in Micr
2121
<sup>**Applies to:** &ensp; &#10003; Unstructured document processing </sup>
2222

2323
> [!IMPORTANT]
24-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
2525
26-
Syntex models can be exported as PnP templates, enabling reuse across content centers or tenants.
26+
Microsoft Syntex models can be exported as PnP templates, enabling reuse across content centers or tenants.
2727

2828
## Export all models in a content center
2929

@@ -93,7 +93,7 @@ If you don't include the property "includeTrainingData", the default behavior is
9393
9494
## Import models to a content center
9595

96-
Unstructured document processing models that have been exported to PnP templates can be imported to a content center on any tenant. If the export included training data, then the model will be editable once imported.
96+
Unstructured document processing models that are exported to PnP templates can be imported to a content center on any tenant. If the export included training data, then the model will be editable once imported.
9797

9898
To import a model, use the following commands:
9999

microsoft-365/syntex/powershell-syntex-intro.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@ description: Learn how to manage Microsoft Syntex with PowerShell.
1919
# Manage Microsoft Syntex by using PowerShell
2020

2121
> [!IMPORTANT]
22-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
22+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
2323
24-
For these scenarios, the Syntex cmdlets in the PnP PowerShell module can be used to interact with models and explanations. To learn more about how to install this module, see [PnP PowerShell overview](/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets).
24+
For these scenarios, the Microsoft Syntex cmdlets in the PnP PowerShell module can be used to interact with models and explanations. To learn more about how to install this module, see [PnP PowerShell overview](/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets).
2525

26-
Select from the following scenarios to learn how to use PowerShell to manage Syntex:
26+
Select from the following scenarios to learn how to use PowerShell to manage Microsoft Syntex:
2727

2828
- [**Export and import models**](powershell-syntex-import-export.md)
2929

3030
Start here if you want to learn how to export an unstructured document processing model from a content center, and import to another content center or tenant.
3131

3232
- [**Publishing**](powershell-syntex-publishing.md)
3333

34-
Start here if want to learn how to use PowerShell to publish custom or prebuilt models to document libraries.
34+
Start here if you want to learn how to use PowerShell to publish custom or prebuilt models to document libraries.
3535

3636
- [**Processing**](powershell-syntex-processing.md)
3737

3838
Start here if you want to learn how to use PowerShell to trigger processing of custom or prebuilt models on a document library.
3939

4040
- [**Explanations**](powershell-syntex-explanations.md)
4141

42-
Start here if want to learn how to create a custom explanation template for an unstructured document processing model using PowerShell.
42+
Start here if you want to learn how to create a custom explanation template for an unstructured document processing model using PowerShell.

microsoft-365/syntex/powershell-syntex-processing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ description: Learn how to use PowerShell to request processing by a Microsoft Sy
2121
<sup>**Applies to:** &ensp; &#10003; All custom models &ensp; | &ensp; &#10003; All prebuilt models</sup>
2222

2323
> [!IMPORTANT]
24-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
2525
26-
Custom models will process newly uploaded files to a library. It's also possible to manually request processing in the UI. However there might be scenarios where it's more efficient to trigger processing through PowerShell.
26+
Custom models process newly uploaded files to a library. It's also possible to manually request processing in the UI. However there might be scenarios where it's more efficient to trigger processing through PowerShell.
2727

28-
## Request processing of all items that haven't been previously classified
28+
## Request processing of all items not previously classified
2929

3030
You can request processing for all items in the library that haven't previously been classified by using this command:
3131

@@ -36,7 +36,7 @@ Connect-PnPOnline -Url "https://contoso.sharepoint.com/sites/finance"
3636
Request-PnPSyntexClassifyAndExtract -List "Documents"
3737
```
3838

39-
For lower priority processing, you might also consider using the -OffPeak parameter, which will queue files for processing outside of business hours where your tenant is located. For more information, see [Request-PnPSyntexClassifyAndExtract](https://pnp.github.io/powershell/cmdlets/Request-PnPSyntexClassifyAndExtract.html).
39+
For lower priority processing, you might also consider using the -OffPeak parameter, which queues files for processing outside of business hours where your tenant is located. For more information, see [Request-PnPSyntexClassifyAndExtract](https://pnp.github.io/powershell/cmdlets/Request-PnPSyntexClassifyAndExtract.html).
4040

4141
## Request processing of all items in a library
4242

@@ -50,7 +50,7 @@ Request-PnPSyntexClassifyAndExtract -List "Documents" -Force
5050
```
5151

5252
> [!NOTE]
53-
> Using the -Force option with more than 5000 items will automatically enable off peak processing.
53+
> Using the -Force option with more than 5,000 items automatically enables off-peak processing.
5454
5555
## Request processing of all items based on a property
5656

microsoft-365/syntex/powershell-syntex-publishing.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ description: Learn how to publish Microsoft Syntex custom models by using PowerS
2121
<sup>**Applies to:** &ensp; &#10003; All custom models &ensp; | &ensp; &#10003; All prebuilt models</sup>
2222

2323
> [!IMPORTANT]
24-
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There is no SLA for open-source tool support from official Microsoft support channels.
24+
> The Microsoft Syntex PowerShell cmdlets and all other PnP components are open-source tools backed by an active community providing support for them. There's no service-level agreement (SLA) for open-source tool support from official Microsoft support channels.
2525
26-
Syntex models typically are deployed to document libraries across your tenant. This can be done by using the content center site, but this can also be done using [PnP PowerShell](https://pnp.github.io/powershell/) as explained in this article.
26+
Microsoft Syntex models typically are deployed to document libraries across your tenant. This action can be done by using the content center site, but it can also be done using [PnP PowerShell](https://pnp.github.io/powershell/) as explained in this article.
2727

2828
## Listing the available models in a content center
2929

30-
To get an overview of the models added to the current Syntex content center site, use the [Get-PnPSyntexModel](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModel.html) cmdlet:
30+
To get an overview of the models added to the current Microsoft Syntex content center site, use the [Get-PnPSyntexModel](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModel.html) cmdlet:
3131

3232
```PowerShell
3333
Connect-PnPOnline -Url "https://contoso.sharepoint.com/sites/yourContentCenter"
@@ -45,7 +45,7 @@ Publish-PnPSyntexModel -Model "Contract Notice" -ListWebUrl "https://contoso.sha
4545

4646
## Understanding where a model is used
4747

48-
Once you've deployed a model to many libraries, you might want to review the list of libraries using your model. This can be done using the [Get-PnPSyntexModelPublication](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModelPublication.html) cmdlet:
48+
Once you deploy a model to many libraries, you might want to review the list of libraries using your model. This action can be done using the [Get-PnPSyntexModelPublication](https://pnp.github.io/powershell/cmdlets/Get-PnPSyntexModelPublication.html) cmdlet:
4949

5050
```PowerShell
5151
Connect-PnPOnline -Url "https://contoso.sharepoint.com/sites/yourContentCenter"
@@ -72,7 +72,7 @@ Contract Notice,https://contoso.sharepoint.com/sites/Site1,/sites/Site1,/sites/s
7272
Trade Confirmation,https://contoso.sharepoint.com/sites/Site2,/sites/Site2,/sites/site2/shared%20documents
7373
```
7474

75-
This CSV file can then be used as an input into a script that will publish the listed models to the appropriate libraries. In the following example, batching is used to increase the efficiency of the requests.
75+
This CSV file can then be used as an input into a script that publishes the listed models to the appropriate libraries. In the following example, batching is used to increase the efficiency of the requests.
7676

7777
```PowerShell
7878
$contentCenterURL = "https://contoso.sharepoint.com/sites/yourSite"

0 commit comments

Comments
 (0)