A TUI editor for files in the Stanford Question Answering Dataset (SQuAD) format.
- Preview SQuAD files
- Modify any part of the dataset (delete, edit, create, etc.)
- Validation for common issues
- Supports both SQuAD versions 1.1 and 2.0
- Full-text search across all fields
- Highlights answers within the context with validation
- Accumulated warnings with navigation
Install sqwat with Go:
GOEXPERIMENT=jsonv2 go install github.com/donderom/sqwat@latestOr download the latest release for your system and architecture.
Run sqwat with a file in the SQuAD format as its argument:
sqwat train-v2.0.jsonThe original SQuAD dataset files can be found here.
Built with bubblon.