We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca37757 commit 6ada7eaCopy full SHA for 6ada7ea
1 file changed
machine/translation/translation_result_builder.py
@@ -52,7 +52,7 @@ def phrases(self) -> Sequence[PhraseInfo]:
52
53
@property
54
def sequence_confidence(self) -> float:
55
- return self.sequence_confidence
+ return self._sequence_confidence
56
57
def append_token(self, token: str, source: TranslationSources, confidence: float) -> None:
58
self._target_tokens.append(token)
0 commit comments