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