Variety of names dictionaries now being generated
I now have an XSLT file called generate_names_only_dictionary which runs on itself and generates a whole stack of eight different XML files in dictionary_test/names. A subsequent pair of transformation scenarios (moses_xml_to_pdf_*_names_only) run on these XML files to generate 16 PDFs. These break down as follows:
- all the names
- only the fauna
- only the flora
- only the storyPeople
For each of those four, there are two different content sets:
- 1 with only the name entries
- 1 with the name entries plus all the morphemes that constitute them
For each of those two, there are 2 PDFs:
- 1 in learner format
- 1 in linguist format
So there are 16 different PDFs.
None of these dictionaries have any introductory material at all; someone will have to write that stuff, once we know what they're going to be used for and who will be using them.
I think this should cover all the options we can imagine for names-only dictionaries, and I have a two-stage pipeline for creating them so it's easy to regenerate them whenever we want.