Skip to content

Commit

Permalink
Fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnkoolen committed Nov 23, 2020
1 parent 2e80cec commit 791c22c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/phrase_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ Below is an example phrase model in JSON format:
```json
[
{
'phrase': 'Nihil actum est',
'label': 'no_meeting',
'max_offset': 4
"phrase": "Nihil actum est",
"label": "no_meeting",
"max_offset": 4
},
{
'phrase': 'PRAESIDE',
'variants': [
'P R A E S I D E'
"phrase": "PRAESIDE",
"variants": [
"P R A E S I D E"
],
'label': 'presiding',
'max_offset': 4
"label": "presiding",
"max_offset": 4
}
]
```
Expand Down

0 comments on commit 791c22c

Please sign in to comment.