예제 #1
0
 public void ExpandTest()
 {
     Assert.AreEqual("isn't", Maxxer.Expand("is not"));
 }
예제 #2
0
 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"));
 }