latincy-dashboard / README.md
diyclassics's picture
Update README with current demos and model versions
0cac131
|
Raw
History Blame
1.22 kB
metadata
title: Latincy Dashboard
emoji: 🌍
colorFrom: yellow
colorTo: blue
sdk: streamlit
sdk_version: 1.45.1
app_file: app.py
pinned: false
license: mit

LatinCy Dashboard

Streamlit dashboard for exploring features of the LatinCy models (la_core_web_lg, la_core_web_md, la_core_web_sm v3.8.0).

View dashboard here

Demos

  • Parsing β€” UD/CoNLL-U column output (form, lemma, UPOS, XPOS, feats, head, deprel) with TSV export
  • Custom Labels β€” Visualize tokens covered by the DCC Core Latin Vocabulary
  • Sentence Segmentation β€” Segment paragraphs into sentences with text export
  • Named Entity Recognition β€” Highlight people, places, and groups (PER, LOC, NORP)
  • Dependency Trees β€” Visualize grammatical structure with displaCy
  • Word Similarity β€” Explore floret subword vector similarity between Latin words
  • Morphology β€” Analyze lemma, POS, case, gender, tense, mood, and more per token

Setup

pip install -r requirements.txt
streamlit run app.py

Written by diyclassics. April 2023, updated February 2026.