public void ExpandTest() { Assert.AreEqual("isn't", Maxxer.Expand("is not")); }
public void StopwordTest() { TextAnalyzer.TextAnalyzer TA = new Sentimantha.TextAnalyzer.TextAnalyzer(@"C:\Users\Opsi Jay\Documents\Visual Studio 2017\Projects\Sentimantha\Sentimantha\stopwords.txt"); Assert.AreEqual("isn't", Maxxer.Expand("is not")); }