增加一个属性
public static String path = "data/stopwords/stopwords_en.txt"; File txt = new File(path);    调用isStopword方法之前执行如下语句:
StopwordsEnglish.path = "新路径";