Esempio n. 1
0
        static void DoWorkOnText(string path, string savelocation, List <string> stopWords)
        {
            var temp = new StopWords(path, stopWords);

            temp.SaveFile(savelocation);
        }