Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom fuzzy match types in translation cost report #225

Open
adamcsillag opened this issue Mar 4, 2024 · 1 comment
Open

Custom fuzzy match types in translation cost report #225

adamcsillag opened this issue Mar 4, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@adamcsillag
Copy link

Hi,

Is it possible to have custom fuzzy match types in a TranslationCostsPostEditingGenerateReportRequest? In NetRateSchemes it is possible to specify SuggestionMatch values, however there are only MatchType.Option_99_82 and MatchType.Option_81_60 fuzzy match types. On the UI It's possible to add custom match types:

image

@andrii-bodnar
Copy link
Member

@adamcsillag thanks for pointing this out!

The API documentation is a little misleading in this case. It should be possible to specify custom match types, not just 100 and 99-82.

The current implementation doesn't allow such values, so it should be improved to allow custom ranges as well.

@andrii-bodnar andrii-bodnar added the good first issue Good for newcomers label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants