Skip to content

Commit

Permalink
4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwoongko committed Dec 20, 2022
1 parent 279a9fe commit e41ed6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kss/_modules/sentences/sentence_postprocessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def postprocess(self, output_sentences: List[List[Syllable]]) -> List[str]:
output_sentences = self._move_unexpected_split_sentences_to_previous(
output_sentences
)
# output_sentences = self._move_footnote_to_previous(output_sentences)
output_sentences = self._move_footnote_to_previous(output_sentences)

return self._convert_syllables_to_sentences_with_cleaning(output_sentences)

Expand Down

0 comments on commit e41ed6e

Please sign in to comment.