Commit 59046b8
Olivier Birot
In filter_ctc_output(), remove redundant code
Before this commit we were filtering out twice the repeated tokens:
once with the list comprehension and once with groupby.1 parent 51f60fc commit 59046b8
1 file changed
Lines changed: 1 addition & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
| 325 | + | |
333 | 326 | | |
334 | 327 | | |
335 | 328 | | |
| |||
0 commit comments