# word-aligner
Logic for handling word alignment

## Publish

```bash
npm i --legacy-peer-deps && npm run build && npm publish
```

## Generate test fixture data
```bash
# Rebuild test fixture JSON files
npm run build:test-data
```