Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.35 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.35 KB

The Map of Applications for Linguistic Annotation

MALA is a list of application software for use in annotating natural language texts. Please see our homepage for more information.

Adding an Application

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.

Acknowledgments

Some entries in MALA were derived from an existing list, Annotationsaurus.

Citing

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},
}

Development

  • Prod build: yarn build
  • Dev server: yarn start