|
|
|
|
@ -154,7 +154,8 @@ public class StuDigitalMarketingModelServiceImpl implements StuDigitalMarketingM
|
|
|
|
|
// 创建词汇表
|
|
|
|
|
Map<String, Integer> wordCount = new HashMap<>();
|
|
|
|
|
// 读取停用词
|
|
|
|
|
Set<String> stopwords = this.loadStopwords("/usr/local/tianzeProject/digitalMarketing/jarAndDockerFile/停用词.txt");
|
|
|
|
|
// Set<String> stopwords = this.loadStopwords("/usr/local/tianzeProject/digitalMarketing/jarAndDockerFile/停用词.txt");
|
|
|
|
|
Set<String> stopwords = this.loadStopwords("/usr/local/tianzeProject/linkCommerce/uploadFile/停用词.txt");
|
|
|
|
|
|
|
|
|
|
// Set<String> stopwords = this.loadStopwords("D:\\project\\digital_marketing\\src\\main\\resources\\words\\停用词.txt");
|
|
|
|
|
|
|
|
|
|
|