diyclassics Claude Opus 4.6 commited on
Commit
0cac131
Β·
1 Parent(s): 1ca5171

Update README with current demos and model versions

Browse files

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. README.md +20 -4
README.md CHANGED
@@ -4,7 +4,7 @@ emoji: 🌍
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: streamlit
7
- sdk_version: 1.19.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
@@ -12,9 +12,25 @@ license: mit
12
 
13
  # LatinCy Dashboard
14
 
15
- Streamlit dashboard for exploring features of the LatinCy models; currently running la_core_web_lg, la_core_web_md, la_core_web_sm v.3.7.2.
16
 
17
  View dashboard [here](https://latincy.streamlit.app/)
18
 
19
- Written by [diyclassics](https://github.com/diyclassics) April 2023, updated January 2024.
20
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  colorFrom: yellow
5
  colorTo: blue
6
  sdk: streamlit
7
+ sdk_version: 1.45.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
12
 
13
  # LatinCy Dashboard
14
 
15
+ Streamlit dashboard for exploring features of the [LatinCy](https://huggingface.co/latincy) models (la_core_web_lg, la_core_web_md, la_core_web_sm v3.8.0).
16
 
17
  View dashboard [here](https://latincy.streamlit.app/)
18
 
19
+ ## Demos
20
+
21
+ - **Parsing** β€” UD/CoNLL-U column output (form, lemma, UPOS, XPOS, feats, head, deprel) with TSV export
22
+ - **Custom Labels** β€” Visualize tokens covered by the [DCC Core Latin Vocabulary](https://dcc.dickinson.edu/latin-core-list1)
23
+ - **Sentence Segmentation** β€” Segment paragraphs into sentences with text export
24
+ - **Named Entity Recognition** β€” Highlight people, places, and groups (PER, LOC, NORP)
25
+ - **Dependency Trees** β€” Visualize grammatical structure with displaCy
26
+ - **Word Similarity** β€” Explore floret subword vector similarity between Latin words
27
+ - **Morphology** β€” Analyze lemma, POS, case, gender, tense, mood, and more per token
28
+
29
+ ## Setup
30
+
31
+ ```bash
32
+ pip install -r requirements.txt
33
+ streamlit run app.py
34
+ ```
35
+
36
+ Written by [diyclassics](https://github.com/diyclassics). April 2023, updated February 2026.