Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AnalysisScheme = AnalysisScheme' {}
- newAnalysisScheme :: Text -> AnalysisSchemeLanguage -> AnalysisScheme
- analysisScheme_analysisOptions :: Lens' AnalysisScheme (Maybe AnalysisOptions)
- analysisScheme_analysisSchemeName :: Lens' AnalysisScheme Text
- analysisScheme_analysisSchemeLanguage :: Lens' AnalysisScheme AnalysisSchemeLanguage
Documentation
data AnalysisScheme Source #
Configuration 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
.
See: newAnalysisScheme
smart constructor.
Instances
Create a value of AnalysisScheme
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:analysisOptions:AnalysisScheme'
, analysisScheme_analysisOptions
- Undocumented member.
$sel:analysisSchemeName:AnalysisScheme'
, analysisScheme_analysisSchemeName
- Undocumented member.
$sel:analysisSchemeLanguage:AnalysisScheme'
, analysisScheme_analysisSchemeLanguage
- Undocumented member.
analysisScheme_analysisOptions :: Lens' AnalysisScheme (Maybe AnalysisOptions) Source #
Undocumented member.
analysisScheme_analysisSchemeName :: Lens' AnalysisScheme Text Source #
Undocumented member.
analysisScheme_analysisSchemeLanguage :: Lens' AnalysisScheme AnalysisSchemeLanguage Source #
Undocumented member.