---
name: ivkova-slava-morfologija
description: Morphological analysis skill for Ivkova slava using the prepared Unitex layer. Use when asked about morfologija, padež, rod, broj, lice, vreme, promena, gramatička analiza, flektivni oblici, Unitex candidates, ambiguous readings, unknown forms, or Serbian morphology in the ELTeC Level2 text.
---

# Ivkova Slava Morfologija

## Quick Start

1. Read `data/morphology/morphology-summary.json` for coverage and review counts.
2. Use `data/morphology/token-morphology.jsonl` for token-level morphology.
3. Use `data/morphology/unitex-candidates.jsonl` when the user asks what Unitex proposed for a form.
4. Use `data/morphology/review-audit.jsonl` when the user asks how a reading was chosen.
5. Cite `token_id`, `sentence_id`, `segment_id`, and page when available.

## Evidence Policy

- Treat ELTeC `lemma` and `pos` as the source layer from `data/linguistic/tokens.jsonl`.
- Treat Unitex rows as morphology candidates, not final truth when `needs_review=true`.
- Treat `selected` as the current reviewed reading; mention `selection_method`, `confidence`, and `review_reason` for ambiguous, unknown, or low-confidence forms.
- Treat `reviewed_fallback` as checked evidence that Unitex had no usable candidate, not as Unitex morphology.
- Do not rerun Unitex during a live demo unless the user explicitly asks for regeneration.

## Response Guidance

- For padež, rod, broj, lice, vreme, and promena questions, inspect `selected.code`, `selected.category`, and `selected.features`.
- For disputed forms, show the selected reading plus the remaining candidates.
- If `selected.source` is `eltec_fallback`, say that Unitex did not provide a usable reading and the answer falls back to ELTeC lemma/POS.
- Preserve Serbian text exactly and use UTF-8 file reads; do not rely on PowerShell table previews for Serbian text.
