ottokart / punctuator2

A bidirectional recurrent neural network model with attention mechanism for restoring missing punctuation in unsegmented text
http://bark.phon.ioc.ee/punctuator
MIT License
659 stars 195 forks source link

add the very last missing PERIOD for readable output #13

Open cozec opened 7 years ago

cozec commented 7 years ago

just a simple fix to try my first project at Github.

robinsax commented 6 years ago

The problem is that for incomplete final sentences this will be incorrect. The model can decide to punctuate at the end of the input but it rarely does because the reverse-moving scan of the input never recommends it (it's at h0)