--- license: mit language: - la tags: - cltk --- # Model Card for la_senter spaCy-compatible sentence segmenter for Latin # Table of Contents - [Model Details](#model-details) - [Model Description](#model-description) - [Citation](#citation) - [How to Get Started with the Model](#how-to-get-started-with-the-model) # Model Details ## Model Description spaCy-compatible sentence segmenter for Latin trained on UD treebanks - **Developed by:** Patrick J. Burns - **Model type:** spaCy `senter` model - **Language(s) (NLP):** la - **License:** mit - **Resources for more information:** - [GitHub Repo](https://github.com/diyclassics/la_senter) # Citation **BibTeX:** ``` @misc{burns_la_senter_2022, title = {la\_senter}, version = 0.3.1, url = {https://github.com/diyclassics/la_senter}, abstract = {spaCy-compatible sentence segmenter for Latin}, urldate = {2023-03-11}, author = {Burns, Patrick J.}, year = {2023}, } ``` # How to Get Started with the Model - Install with... - `pip install https://huggingface.co/diyclassics/la_senter/resolve/main/la_senter-0.3.1/dist/la_senter-0.3.1.tar.gz` - Tested on python 3.10.8, spacy==3.5.1