Commit ·
f5d964c
1
Parent(s): 6df8ca4
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
# Model Card for la_senter
|
|
@@ -38,17 +42,17 @@ spaCy-compatible sentence segmenter for Latin trained on UD treebanks
|
|
| 38 |
```
|
| 39 |
@misc{burns_la_senter_2022,
|
| 40 |
title = {la\_senter},
|
| 41 |
-
version = 0.
|
| 42 |
url = {https://github.com/diyclassics/la_senter},
|
| 43 |
abstract = {spaCy-compatible sentence segmenter for Latin},
|
| 44 |
-
urldate = {
|
| 45 |
author = {Burns, Patrick J.},
|
| 46 |
-
year = {
|
| 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.
|
| 54 |
-
- Tested on python 3.10.8, spacy==3.
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- la
|
| 5 |
+
tags:
|
| 6 |
+
- cltk
|
| 7 |
---
|
| 8 |
|
| 9 |
# Model Card for la_senter
|
|
|
|
| 42 |
```
|
| 43 |
@misc{burns_la_senter_2022,
|
| 44 |
title = {la\_senter},
|
| 45 |
+
version = 0.3.0,
|
| 46 |
url = {https://github.com/diyclassics/la_senter},
|
| 47 |
abstract = {spaCy-compatible sentence segmenter for Latin},
|
| 48 |
+
urldate = {2023-03-11},
|
| 49 |
author = {Burns, Patrick J.},
|
| 50 |
+
year = {2023},
|
| 51 |
}
|
| 52 |
```
|
| 53 |
|
| 54 |
# How to Get Started with the Model
|
| 55 |
|
| 56 |
- Install with...
|
| 57 |
+
- `pip install https://huggingface.co/diyclassics/la_senter/resolve/main/la_senter-0.3.0/dist/la_senter-0.3.0.tar.gz`
|
| 58 |
+
- Tested on python 3.10.8, spacy==3.5.1
|