diyclassics
commited on
Commit
·
6df8ca4
1
Parent(s):
06f519f
Update README.md
Browse files
README.md
CHANGED
@@ -2,6 +2,53 @@
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: mit
|
3 |
---
|
4 |
|
5 |
+
# Model Card for la_senter
|
6 |
+
|
7 |
+
spaCy-compatible sentence segmenter for Latin
|
8 |
+
|
9 |
+
|
10 |
+
# Table of Contents
|
11 |
+
|
12 |
+
- [Model Details](#model-details)
|
13 |
+
- [Model Description](#model-description)
|
14 |
+
- [Citation](#citation)
|
15 |
+
- [How to Get Started with the Model](#how-to-get-started-with-the-model)
|
16 |
+
|
17 |
+
|
18 |
+
# Model Details
|
19 |
+
|
20 |
+
## Model Description
|
21 |
+
|
22 |
+
<!-- Provide a longer summary of what this model is/does. -->
|
23 |
+
spaCy-compatible sentence segmenter for Latin trained on UD treebanks
|
24 |
+
|
25 |
+
- **Developed by:** Patrick J. Burns
|
26 |
+
- **Model type:** spaCy `senter` model
|
27 |
+
- **Language(s) (NLP):** la
|
28 |
+
- **License:** mit
|
29 |
+
- **Resources for more information:**
|
30 |
+
- [GitHub Repo](https://github.com/diyclassics/la_senter)
|
31 |
+
|
32 |
+
# Citation
|
33 |
+
|
34 |
+
<!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
|
35 |
+
|
36 |
+
**BibTeX:**
|
37 |
+
|
38 |
+
```
|
39 |
+
@misc{burns_la_senter_2022,
|
40 |
+
title = {la\_senter},
|
41 |
+
version = 0.1.0,
|
42 |
+
url = {https://github.com/diyclassics/la_senter},
|
43 |
+
abstract = {spaCy-compatible sentence segmenter for Latin},
|
44 |
+
urldate = {2022-12-29},
|
45 |
+
author = {Burns, Patrick J.},
|
46 |
+
year = {2022},
|
47 |
+
}
|
48 |
+
```
|
49 |
+
|
50 |
+
# How to Get Started with the Model
|
51 |
+
|
52 |
+
- Install with...
|
53 |
+
- `pip install https://huggingface.co/diyclassics/la_senter/resolve/main/la_senter-0.1.0/dist/la_senter-0.1.0.tar.gz`
|
54 |
+
- Tested on python 3.10.8, spacy==3.4.2
|