Skip to content

better handling of proper names in short def lookup #611

@balmas

Description

@balmas

ᾍδης and other similar proper names that morpheus parses to lower case are annoying.

We get this weird loop:

lookup Αἵδης
no morpheus parse, form gives a see reference to ᾍδης
lookup ᾍδης
morpheus parses lemma as ᾅδης
get no definitions found because the entry ᾅδης in the short defs file points at the upper case entry for ᾍδης but our lemma is lower case so we get nothing.

Need to think about the best way to deal with this. Moving this to a new issue.

Originally posted by @balmas in alpheios-project/mjm#6 (comment)

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions