I have been working on a little project <https://github.com/bbloomf/verbalatina>, from which I was hoping to generate a list of Latin words (all possible declensions and conjugations) with vowel lengths marked, based on the Lewis and Short dictionary. The end goal of this project was to aid in adding accent marks to Latin texts that are missing them (or indeed vowel lengths), but I like the other goals that Élie enumerated here as well.
Anyway, I have a node.js script in my project that is starting to work parsing the digitized version of the Lewis and Short dictionary to produce such a Latin word list. I haven't had as much free time to work on this lately, but if anyone is interested in helping out or forking the project, perhaps what I've written so far might be useful. I should really clean up the code a bit: I had originally started the project using the much more abbreviated "Elementary Latin Dictionary", and the xml for that was in a different format, and parseXml.js is a relic from that. The real parsing is now done in parseLewisAndShort.js, and right now it works pretty well with most verbs, and ok with nouns and adjectives, but it doesn't yet handle alternate orthographies for words, and usually treats these as indeclinables if they have their own separate dictionary entry, or ignores them if they are part of another entry. Feel free to email me with any specific questions about this project. Thanks, *Benjamin Bloomfield* On Mon, Feb 29, 2016 at 10:06 AM, Élie Roux <[email protected]> wrote: > > If I were to implement it, I would definitely make it more general, > > because gregorio scores aren't the only case where I would profit from a > > tool understanding Latin hyphenation, accentuation and orthography > systems. > > Absolutely! The tool could be general and a separate tiny wrapper could > use it to spell check gabc scores. > > Thank you, > -- > Elie > > _______________________________________________ > Gregorio-users mailing list > [email protected] > https://mail.gna.org/listinfo/gregorio-users >
_______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

