Values.LexiconDescriptionSourceDescribes the content of the lexicon.
type nonrec t = {name : LexiconName.t option;Name of the lexicon.
*)attributes : LexiconAttributes.t option;Provides lexicon metadata.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of LexiconName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of LexemesCount.t
| `String of Alphabet.t
| `Timestamp of LastModified.t ])
list ])
list ]