Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the 'lemma' file, entries with two Strong's numbers are not handled #102

Open
cbearden opened this issue Apr 8, 2021 · 0 comments
Open

Comments

@cbearden
Copy link
Member

cbearden commented Apr 8, 2021

In the entry for ἅγιος, e.g., in the original style using @n:

<entry n="ἅγιος|G40|G39">

In the 'lemma' file, the first Strong's number stays with the headword in the @lemma attribute, while only the second Strong's number is moved to the @strong attribute:

<entry lemma="ἅγιος|G40" strong="G39">

Would the answer be to to have all Strong's numbers in the @Strong attribute, separated by |?

Once we decide how to handle these cases, I may be able to implement a way to derive the @lemma form of the dictionary (which cannot validate against our schema) from the @n form of the text, thus avoiding the possibility of content differences between the two.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant