MALA is a list of application software for use in annotating natural language texts. Please see our homepage for more information.
If there is an application you would like to see listed in MALA, please either:
- Open an issue describing the application on this repository
- Open a pull request with a new JSON based on the template.
Make sure your JSON validates properly by running
python scripts/validate_json.py
. Refer to scripts/validate_json.py for more information on the meanings of the JSON fields.
Some entries in MALA were derived from an existing list, Annotationsaurus.
If you want to cite MALA in your work, please use the following BibTeX entry:
@misc{gessler-2022-mala,
title={{MALA}: The Map of Applications for Linguistic Annotation},
url={https://github.com/lgessler/mala},
note={Software available from https://github.com/lgessler/mala},
author={Luke Gessler},
year={2022},
}
- Prod build:
yarn build
- Dev server:
yarn start