You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and i have a result {'translations': [{'text': "Customer's item number", 'to': 'en', 'alignment': {'proj': '0:12-11:14 0:12-16:21 14:16-0:9'}, 'sentLen': {'srcSentLen': [24], 'transSentLen': [22]}}]}
so if we look at result:
Original: Artikelnummer des Kunden
Translation: Customer's item number
we see that we have no alignment for the original word "Kunden".
The text was updated successfully, but these errors were encountered:
I have next code:
and i have a result
{'translations': [{'text': "Customer's item number", 'to': 'en', 'alignment': {'proj': '0:12-11:14 0:12-16:21 14:16-0:9'}, 'sentLen': {'srcSentLen': [24], 'transSentLen': [22]}}]}
so if we look at result:
Original: Artikelnummer des Kunden
Translation: Customer's item number
we see that we have no alignment for the original word "Kunden".
The text was updated successfully, but these errors were encountered: