Typically, one wants to avoid having any null allomorphs (also referred to as a zero morph, consisting of no phonetic form), if for no other reason than they slow down the parsers. However, if having one proves to be the best analysis, do the following to indicate that the allomorph is null:
In the Affix Allomorph or Stem Allomorph field (Allomorphs area) for the null allomorph, enter the following:
, the empty set character, if available in the font you are using.
It is Unicode hex code 2205, available on the Character Map (for Doulos SIL font).
Otherwise, if you have a suitable keyboard and font, use whatever keystrokes required by that particular keyboard to generate Unicode value 2205.
You may also have a null form as the Lexeme Form. The empty set character or other alternatives would be similarly used. You may want to enter an empty set character in the Citation Form field. The citation form becomes the headword in the dictionary entry.
Insert environments and then choose the environments to constrain the null allomorph as specifically as possible. This will minimize the chance that it will cause invalid parses.
Example: In the English phrase two sheep-, the plural marker is a null, which is an allomorph of the –s in two goats (at least under one analysis).
Similarly, one can choose to analyze certain forms as always having a null affix. For example, in English, if one wished, one could posit a null for the phrase I like- it. The null affix (or zero affix) is the lack of an expected affix analyzed as another affix. So, in the example I like-
it, the verb conjugation has a null affix, as opposed to the third-person singular –s present in he likes it.
Unconstrained nulls can make the parser run a lot longer. So if you are trying to decide between using a null and a non-null allomorph (for example, if you can easily split two morphemes either as a null plus segmental material or as some segmental material for the first and some segmental material for second), then you may well want to go with the second option and avoid using a null.
For more information, point to Resources on the Help menu, and then click Introduction to Parsing. Null Allomorphs is under Lexical Entry Considerations.