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.
- lex is the root element for the word list.
- p represents a prefix form in the WLC. The attributes:
- c is the consonantal form,
- a is the augmented Strong number,
- m is the morphology.
- s represents a suffix form in the WLC. The attributes:
- c is the consonantal form,
- m is the morphology.
- w represents the word form in the WLC. The attributes:
- c is the consonantal form,
- v is the vowel form,
- a is the augmented Strong number.
- n represents the count for a prefix or suffix in the WLC. The attributes:
- v is the vowel form for this instance,
- id is the ID of the prefix or suffix,
- m is the morphology,
- l is the level of completness and verification.
- r represents the reference in the WLC. The attributes:
- p is the prefix ID list for this instance,
- s is the suffix ID for this instance,
- m is the morphology,
- l is the level of completness and verification.
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:
- The default: no morphology assigned.
- Partial morphology assigned.
- Partial morphology verified.
- Complete morphology assigned.
- 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:
- WordList.xml - the main word list.
- WlcWordList.xsd - the XML schema for the word list.
- WlcWordList.html - this file.
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.