File size: 1,369 Bytes
4cf5660 f5d964c 4cf5660 88b04ad 6df8ca4 d0d8c0c 6df8ca4 f5d964c 6df8ca4 f5d964c 6df8ca4 d0d8c0c f5d964c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
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
<!-- Provide a longer summary of what this model is/does. -->
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
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
**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 |