Skip to content

Commit

Permalink
More README cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Aug 25, 2021
1 parent b2f6d45 commit cb917d5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ where `a` is 0, `b` is 1, and `ː` is 2.

If you only care about short and long pauses in a sentence, the `--simple-punctuation` flag is for you! It replaces common punctuation symbols with either `,` (short pause) or `.` (long pause):

sh
```sh
echo ', . : ; ! ?' | \
phonemes2ids --simple-punctuation
0 1 0 0 1 1
``
```

where `,` is 0 and `.` is 1. Use `--phoneme-map` for more control.

Expand All @@ -268,7 +268,7 @@ Once you've figured out all of your settings, it's time to convert some input da
```sh
phonemes2ids --read-phonemes phonemes.txt \
--phoneme-map map.txt \
<other settings> \
[other settings] \
< input_phonemes.txt \
> output_ids.txt
```
Expand Down

0 comments on commit cb917d5

Please sign in to comment.