diyclassics commited on
Commit
17880cf
1 Parent(s): 128a9e4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md CHANGED
@@ -1,3 +1,58 @@
1
  ---
2
  license: mit
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ language:
4
+ - la
5
+ tags:
6
+ - cltk
7
  ---
8
+
9
+ # Model Card for la_dep_cltk_md
10
+
11
+ md Latin model for spaCy trained on UD treebanks for tagging, parsing and lemmatization
12
+
13
+
14
+ # Table of Contents
15
+
16
+ - [Model Details](#model-details)
17
+ - [Model Description](#model-description)
18
+ - [Citation](#citation)
19
+ - [How to Get Started with the Model](#how-to-get-started-with-the-model)
20
+
21
+
22
+ # Model Details
23
+
24
+ ## Model Description
25
+
26
+ <!-- Provide a longer summary of what this model is/does. -->
27
+ md Latin model for spaCy trained on UD treebanks for tagging, parsing and lemmatization
28
+
29
+ - **Developed by:** Patrick J. Burns
30
+ - **Model type:** spaCy model
31
+ - **Language(s) (NLP):** la
32
+ - **License:** mit
33
+ - **Resources for more information:**
34
+ - [GitHub Repo](https://github.com/diyclassics/la_dep_cltk_md)
35
+
36
+ # Citation
37
+
38
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
39
+
40
+ **BibTeX:**
41
+
42
+ ```
43
+ @misc{burns_la_dep_cltk_md_2023,
44
+ title = {la\_dep\_cltk\_md},
45
+ version = 0.3.1,
46
+ url = {https://github.com/diyclassics/la_dep_cltk_md},
47
+ abstract = {spaCy-compatible md model for Latin},
48
+ urldate = {2023-03-12},
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_dep_cltk_md/resolve/main/la_dep_cltk_md-0.3.1/dist/la_dep_cltk_md-0.3.1.tar.gz`
58
+ - Tested on python 3.10.8, spacy==3.5.1