Baham's Blog

Above all else, guard your heart.

Java题目-使用ArrayList-实现词汇表比较

要求:

程序可以读取两个不同的文件并比较它们使用的词汇,具体说来就是要统计出每个文件中出现的不同的单词集合,并计算两个文件中交集的部分

可以通过该程序估计作品A与作品B是否是同一作者。




The Original Link: http://baham.github.io/08_05_362.html
If you want to reprint it, please do under the CC BY-NC-SA 4.0

Comments