Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 496 Bytes

File metadata and controls

20 lines (13 loc) · 496 Bytes

textAnalysis

Tools for applying linguistic analyzers to text, and checking the output. The end goal is producing glossaries, lemmatizations, or interlinearizations.

Production

The site is hosted live at https://bowersd.github.io/textAnalysis/

Testing locally

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

Open http://localhost:8000/textAnalysis/index.html