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

fix the glosses ending in ( #13

Open
amundo opened this issue Feb 26, 2017 · 1 comment
Open

fix the glosses ending in ( #13

amundo opened this issue Feb 26, 2017 · 1 comment

Comments

@amundo
Copy link
Collaborator

amundo commented Feb 26, 2017

about 10% of the glosses are currently broken -- they end with a (.

We have to dealw ith some ambiguity because a Glossn element can be followed either by no following sibling, or one of the following classes:

Table, Examplev, fstandard, fitalic

Suspicion is that fstandard and fitalic are the culprits, so we need to merge those into the Glossn.

@amundo
Copy link
Collaborator Author

amundo commented Feb 26, 2017

looks like the culprit is fitalic.

but we end up with stuff like:

.Glossn: Petlacalancingo (
.fitalic: un pueblo en el municipio de Alcozauca
.Glossn: )

so we have to:

  1. merge all .Glossns where the content is jsut a ) to the preceding .fitalic
  2. (then, on another pass) merge all .fitalics into the preceding .Glossn
  3. unwrap .fitalic

or else

  1. remove all ( from .Glossn
  2. remove all .Glossns which contain only )
  3. rename the .fitalics as .explanation or something

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