Skip to content

Commit

Permalink
links to demos
Browse files Browse the repository at this point in the history
  • Loading branch information
ottokart authored Nov 29, 2016
1 parent 8f7376b commit 2c07dbd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**[DEMO](http://bark.phon.ioc.ee/punctuator)** and **[DEMO2](http://bark.phon.ioc.ee/punctuator/game)**

# Punctuator

A bidirectional recurrent neural network model with attention mechanism for restoring missing inter-word punctuation in unsegmented text.
@@ -9,8 +11,8 @@ The model can be trained in two stages (second stage is optional):

# How well does it work?

A working demo can be seen here: http://bark.phon.ioc.ee/punctuator
You can try to compete with this model here: http://bark.phon.ioc.ee/punctuator/game
* A working demo can be seen here: http://bark.phon.ioc.ee/punctuator
* You can try to compete with this model here: http://bark.phon.ioc.ee/punctuator/game

Remember that all the scores given below are on _unsegmented_ text and we did not use prosodic features, so, among other things, the model has to detect sentence boundaries in addition to the boundary type (?QUESTIONMARK, .PERIOD or !EXCLAMATIONMARK) based entirely on textual features. The scores are computed on the test set.

@@ -120,4 +122,4 @@ The software is described in:
year = {2016}
}

We used PATIENCE_EPOCHS = 5 and MAX_SEQUENCE_LEN = 200 in the paper, but the new defaults (1 and 50 correspondingly) speed things up and work just as well.
We used PATIENCE_EPOCHS = 5 and MAX_SEQUENCE_LEN = 200 in the paper, but the new defaults (1 and 50 correspondingly) speed things up and work just as well.

0 comments on commit 2c07dbd

Please sign in to comment.