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