Values.AnalysisSchemeSourceConfiguration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, JapaneseTokenizationDictionary and AlgorithmicStemming.
type nonrec t = {analysisSchemeName : StandardName.t;analysisSchemeLanguage : AnalysisSchemeLanguage.t;analysisOptions : AnalysisOptions.t option;}val make :
?analysisOptions:??? ->
analysisSchemeName:StandardName.t ->
analysisSchemeLanguage:AnalysisSchemeLanguage.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of StandardName.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]