Skip to content

Commit

Permalink
20% of time actual work, 80% prettifying diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Mar 31, 2021
1 parent 28eb098 commit 2a6b5b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/translator/response.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,5 @@ Response::Response(AnnotatedText &&source, Histories &&histories,
target.addSentence(targetMappings);
}
}

} // namespace bergamot
} // namespace marian
1 change: 1 addition & 0 deletions src/translator/response.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ struct Quality {
/// sentences boundaries, which are required to interpret Quality and
/// Alignment (s) at the moment.
class Response {

public:
///
Response(AnnotatedText &&source, Histories &&histories,
Expand Down

0 comments on commit 2a6b5b2

Please sign in to comment.