AWS SDK for .NET Documentation
StemmingDictionary Property
AmazonAmazon.CloudSearch.ModelAnalysisOptionsStemmingDictionary Did this page help you?   Yes   No    Tell us about it...
A JSON object that contains a collection of string:value pairs that each map a term to its stem. For example, {"term1": "stem1", "term2": "stem2", "term3": "stem3"}. The stemming dictionary is applied in addition to any algorithmic stemming. This enables you to override the results of the algorithmic stemming to correct specific cases of overstemming or understemming. The maximum size of a stemming dictionary is 500 KB.
Declaration Syntax
C#
public string StemmingDictionary { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)