using BotSharp.NLP.Tokenize; using System; using System.Collections.Generic; using System.Text; namespace BotSharp.NLP { public class Sentence { public List Words { get; set; } } }