一.GitHub地址 https://github.com/kawoyi/Advanced-WordCounter最终由组长整合的组长github 二.psp表格 三.个人模块及实现 我负责的是输入模块,由FileUnit类里的readFile函数进行文件读取输入 public class FileUnit { public static void fileWriter(String outputpath,Map<String,Integer> map)throws IOException {…