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

max number of characters? #27

Open APosoldova opened 6 years ago

APosoldova commented 6 years ago

I noticed that when I pass text with more than 55000 characters, punctuator2 returns only certain number and the rest is cut off

ottokart commented 6 years ago

Do you mean the demo? (http://bark.phon.ioc.ee/punctuator) The demo does intentionally have a 10000 word limit.