Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 557 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 557 Bytes

Phrase-Bank

Format

Phrase Bank supports two file formats, each with a specific syntax.

Markdown

Each heading (level 2) represents a section, which can have its own description, keywords, and phrases. Format it like so:

## Group

> Description 

- Keywords in a, comma separated, list
- Or in more bullet points

One phrase per line

Another phrase

JSON

This is open to change, but we currently use the following format in the phrasebank.json file:

{ "section": string, "keywords": string[] "phrases": string[] }[]