Tools for applying linguistic analyzers to text, and checking the output. The end goal is producing glossaries, lemmatizations, or interlinearizations.
The site is hosted live at https://bowersd.github.io/textAnalysis/
This site is built using Github Pages and PyScript.
To run locally:
cd <your local github repo>
cd .. # change to the parent directory
python3 -m http.server 8000