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