websterParser / WebsterParser

Convert Webster's Unabridged 1913 dictionary in to a more usable format
GNU General Public License v3.0
351 stars 20 forks source link

Add more to codeTables #10

Closed jeffbyrnes closed 4 years ago

jeffbyrnes commented 4 years ago

Noticed in at least one definition that these were not rendered correctly, and have a single character version.

ponychicken commented 4 years ago

I had added some more entities in the meantime, maybe you could rebase your changes.

jeffbyrnes commented 4 years ago

@ponychicken definitely will.

However, something about the new submodule version of GCIDE is breaking the generation of the XML. I’m trying to puzzle it out now.

jeffbyrnes commented 4 years ago

Well, not sure what’s up with the build now; it appears to just stop after it has “Parsed” the last file, and does not move on to “Postprocessing”, but it doesn‘t throw an error.

That said, it builds for me locally, so if it builds for you, maybe this is good to go, and we can debug the build later 🙂

ponychicken commented 4 years ago

Ja, I don't know whats up with this build. Seems very fragile. For some builds it was also failing, saying it got an 502 when fetching the git submodule, and when i tried it locally a minute later it worked..

jeffbyrnes commented 4 years ago

Hmmm. Well, we can keep poking, but as long as we can build & release manually, it’s all good.