Spaces:
Running
Running
| 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](https://huggingface.co/latincy) models (la_core_web_lg, la_core_web_md, la_core_web_sm v3.9.6). | |
| View dashboard [here](https://latincy.streamlit.app/) | |
| ## 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](https://dcc.dickinson.edu/latin-core-list1) | |
| - **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 | |
| ```bash | |
| pip install -r requirements.txt | |
| streamlit run app.py | |
| ``` | |
| Written by [diyclassics](https://github.com/diyclassics). April 2023, updated February 2026. | |