Back to API Reference
Class

WordSegmentationDictionary

sealed

Self-contained dictionary asset for word segmentation of a specific script.

Remarks

Each asset holds a binary double-array trie and the target Unicode script. Add to UniText Settings to enable word segmentation for that script. Create via Tools → UniText → Tools → Dictionary Builder tab.
public UnicodeScript Script{ get }

The Unicode script this dictionary targets.

public bool IsValid{ get }

Returns true if this dictionary contains valid trie data.