Skip to content

Commit

Permalink
Added action estimate XLIFF
Browse files Browse the repository at this point in the history
  • Loading branch information
RiabushenkoA committed Feb 4, 2025
1 parent 98ca969 commit 206f9f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps.Widn/Actions/QualityActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public async Task<QualityEvaluateResponse> GetQuality([ActionParameter] QualityE
}


[Action("Estimate XLIFF Quality", Description = "Evaluates the quality of a translation from an XLIFF file")]
[Action("Estimate XLIFF quality", Description = "Evaluates the quality of a translation from an XLIFF file")]
public async Task<QualityEvaluateResponse> EstimateQualityXliff([ActionParameter] QualityEvaluateXliffRequest input)
{
if (input.File == null)
Expand Down
2 changes: 1 addition & 1 deletion Apps.Widn/Apps.Widn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Nullable>enable</Nullable>
<Product>Widn</Product>
<Description>Accurate translations, preserving meaning and nuance across +20 language pairs and various domains.</Description>
<Version>1.0.12</Version>
<Version>1.0.13</Version>
<AssemblyName>Apps.Widn</AssemblyName>
</PropertyGroup>

Expand Down
5 changes: 5 additions & 0 deletions Apps.Widn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ Before you can connect you need to make sure that:

## Actions

### Quality Estimation

- **Estimate quality** estimates the quality of the translation.
- **Estimate XLIFF quality** Evaluates the quality of a translation from an XLIFF file.

### Translation

- **Translate text** translates plain text.
Expand Down

0 comments on commit 206f9f3

Please sign in to comment.