punctuator icon indicating copy to clipboard operation
punctuator copied to clipboard

An LSTM RNN for restoring missing punctuation in unsegmented text.

Results 4 punctuator issues
Sort by recently updated
recently updated
newest added

Hi, i am using punctuator library in my REST API. It works fine for one request. But, if multiple requests are sent from calling application, then it it giving error:...

In _backpropagate() function,I saw that there 's only `dE_dz_y[range(len(output_word_index)), output_word_index] -= 1.`. I have no idea that how you get the CrossEntropy, and is this a trick for backpropagating?

Do you have any models trained on English data? I'm interested in using this project for my transcription project, but I don't have any English speech data to work with...

I think there is a need to allow iteration over previous training, and also to allow multiple threads during training. Overall the process is very slow. What are your thoughts...