Installation¶
From PyPI¶
Requires Python 3.9+. Runtime depends only on PyYAML (phrase grammar).
Optional: engine="xlmr" POS tagger¶
Pulls in transformers/torch for the XLM-RoBERTa POS engine (see
POS tagging). Not
required for the default engine="rule" pipeline.
From source (development)¶
Docs extras¶
To build this site locally:
Then open http://127.0.0.1:8000.