This section contains editorial notes prepared for language-learning and text-comparison purposes. Notes are intentionally practical, documenting token behavior, morphology interpretation patterns, and translation alignment edge cases observed during implementation.
Note 1: Prefix Stacking in Semitic Tokens
Semitic surface forms may bundle conjunction, article, and prepositional particles into a single written token. For interlinear display, the token should remain visually intact while lexical popups expose prefix-level information. This preserves readability while supporting analytical depth.
Practical impact
When a reader taps a form, popup details should clarify prefix lemmas and grammatical function. On the verse line, compact morphology remains preferred to reduce visual noise.
Note 2: Stress Placement and IPA Utility
Stress marks are highly informative in educational contexts. Placement must appear before the stressed syllable. Inaccurate stress position decreases trust in pronunciation guidance, even when consonants and vowels are otherwise correct.
Practical impact
Maqor prioritizes stress correction rules and language-specific exceptions before final IPA rendering, then wraps output in slashes for consistent presentation.
Note 3: Cross-Tradition Token Alignment
Word-for-word mapping across textual traditions may diverge because segmentation rules differ. A robust pipeline requires deterministic primary mapping and stable fallback logic for cases where source/target token counts do not match.
Practical impact
For user trust, mapping should be monotonic and predictable. Where uncertainty exists, neutral fallback is preferred over unstable jumps that mislead readers.
Note 4: UI Density and Pedagogical Clarity
Interlinear tools can quickly become unreadable if every detail is expanded inline. The most effective pattern is compact inline display plus rich popup detail on demand.
Practical impact
Maqor keeps verse cards concise (surface, IPA, compact morphology, translation), while popups provide explicit breakdowns, lexical notes, and supplementary metadata.