Skip to content

Fixed multiple punctuation signs beeing predicted at once

Michał Pogoda requested to merge mpogoda/max_suppresion into master

If model predicts multiple signs with high probability, all of them are gona be applied. This will result in something like "?.". Changed it to take only the most probable punctuation sign.

Merge request reports