Back to API Reference
Class

WordSegmentationDictionary

sealed

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

Remarks

Each asset holds a compiled Unicode 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 inferred from the dictionary contents.

public bool IsValid{ get }

Returns true if the compiled trie and inferred target script are valid.