The WLC Word List

The WLC Word List is a compilation of the word forms in the WLC, according to vowel form and augmented Strong number. The consonantal form is included for searching and sorting purposes. The separate references for each form contain the prefix and suffix data for that instance, as IDs referring to the prefix and suffix section at the beginning of the document.

Examples:

	<w c="ראשית" v="רֵאשִׁית" a="7225">
		<r p="ai1">Gen.1.1</r>
will have morphology written:
	<w c="ראשית" v="רֵאשִׁית" a="7225">
		<r p="ai1" m="Ncfs" l="4">Gen.1.1</r>
with the level attribute indicating:
  1. The default: no morphology assigned.
  2. Partial morphology assigned.
  3. Partial morphology verified.
  4. Complete morphology assigned.
  5. Complete morphology verified.

The corresponding prefix:

	<p c="ב" a="b"><n v="בְּ" id="ai1">6609</n>
will have the morphology written:
	<p c="ב" a="b" m="R"><n v="בְּ" id="ai1">6609</n>
The general heading contains the morphology for the prefix. If some instance is found, within the 6609 for this form, that had a different morphology, it would be written in a separate <n> element, with its own morphology, and the numbers adjusted. The local assignment would take precedence over the heading.

Contents:

All these files are released to the public domain.

Change Log:

6/22/2012 version 1.0
This is the first release of the WLC Word List.