using System; using System.Collections.Generic; using System.Text; namespace BotSharp.NLP.Stem { public class StemOptions { /// /// Regex pattern /// public string Pattern { get; set; } } }