Enabling sentence units
For conceptual information on units, refer to the TEXTML Server Administration Guide.
To enable a sentence unit:
- Open the Index Definition document with any XML editor.
- Under the root element <indexdefinition> add a <units> element, which will hold each defined unit.
- Under the <units> element add a <unit> element, which represents one unit. Specify the name of the unit as value to the NAME attribute of <unit>.
-
Under the <unit> element, add an empty <sentenceunit>
element.
- <units> <unit NAME = "Sentence"> <unitsentence/> </unit> </units>