Skip to content
This repository has been archived by the owner on May 23, 2021. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 688 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 688 Bytes

DAGW Format validator

A validator for the Danish GigaWord (DAGW) project format.

Requirements

Python 3.7 or higher.

Running

python src/validate.py <path_to_section>

For help:

python src/validate.py --help

which will return

usage: validate.py [-h] input

Validates a specific section of DAGW

positional arguments:
  input       Path to directory containing the section

optional arguments:
  -h, --help  show this help message and exit

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details