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

How to use #22

Open demetrii opened 6 years ago

demetrii commented 6 years ago

Can someone explain me how to use it, step by step?

ottokart commented 6 years ago

Which part needs clarification - training a new model or setting up and using a pre-trained one?

demetrii commented 6 years ago

Training a new model, with a language different from English.

studiawan commented 6 years ago

You can check example directory. In script run.sh, change line 1 (wget command) and line 5 to your own dataset file. The step by step usage is described in README file in the example directory.

acerock6 commented 6 years ago

I suppose the README doesn't do a good job of explaining the model file, its extension, its path or how to train a model step by step. If someone can explain step by step the preprocessing to get the required data, ways to train the preprocessed file, I'd really appreciate it. Right now, I get some gibberish output using the README commands which is of no use. Thanks

chrisspen commented 4 years ago

The README is terribly confusing. How do you use the pcl model files? The run.sh script doesn't reference them at all.