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

RNN output #23

Open BoPengGit opened 6 years ago

BoPengGit commented 6 years ago

Hi ottokart,

What is the output of this RNN? So the input is a sequence of tokens (words) and what is the specific output of the RNN? Is it a list of numbers i.e., [0 0 0 0 1] where 0 is non token, 1 is period?

Thank you.