neelsmith / greeklang

Code libraries for working with text content in ancient Greek
9 stars 4 forks source link

Kanones: LiteraryGreekParser should take unaccented form from submission, not Fst output #372

Closed neelsmith closed 8 years ago

neelsmith commented 8 years ago

otherwise we lose modifications like augment and stem extensions

neelsmith commented 8 years ago

Wrong. FstAnalysisParser needs to look at surface form, or we lose long/short markers and can't properly add accents!

neelsmith commented 8 years ago

Correctly handled in GreekLiteraryParser, but becayuse of this change, also need to change the acceptor patterns for all categories so that long/short vowel markings are passed through. Not closing yet.

neelsmith commented 8 years ago

How should we reproject vowel wquantity data on to a surface string?

neelsmith commented 8 years ago

IN fact we need the SCS of both strings.

neelsmith commented 8 years ago

fixed