diyclassics commited on
Commit
4d3815f
1 Parent(s): c28a750

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -46
README.md CHANGED
@@ -12,49 +12,4 @@ tags:
12
 
13
  sm Latin model for spaCy trained on UD treebanks for tagging, parsing and lemmatization
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
- sm 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_sm_2023,
46
- title = {la\_dep\_cltk\_sm},
47
- version = 0.3.1,
48
- url = {https://github.com/diyclassics/la_dep_cltk_sm},
49
- abstract = {spaCy-compatible sm model for Latin},
50
- urldate = {2023-03-14},
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_sm/resolve/main/la_dep_cltk_sm-0.3.1/dist/la_dep_cltk_sm-0.3.1.tar.gz`
60
- - Tested on python 3.10.8, spacy==3.5.1
 
12
 
13
  sm Latin model for spaCy trained on UD treebanks for tagging, parsing and lemmatization
14
 
15
+ DEPRECATED — PLEASE USE [la_core_web_sm](https://huggingface.co/latincy/la_core_web_sm)