Type alias StemAnalyzerDescription

StemAnalyzerDescription: GenericAnalyzerDescription & {
    properties: {
        locale: string;
    };
    type: "stem";
}

An object describing a Stem Analyzer.

Type declaration

  • properties: {
        locale: string;
    }
    • locale: string
  • type: "stem"