latincy-dashboard / README.md
diyclassics's picture
feat: bump la_core_web_{lg,md,sm} to v3.9.6
b33dd8b
|
Raw
History Blame Contribute Delete
1.25 kB

A newer version of the Streamlit SDK is available: 1.60.0

Upgrade
metadata
title: Latincy Dashboard
emoji: 🌍
colorFrom: yellow
colorTo: blue
sdk: streamlit
sdk_version: 1.45.1
app_file: app.py
pinned: false
license: mit
python_version: '3.12'

LatinCy Dashboard

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

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.