word文档中查找重复的单词

word文档中查找重复的单词

本文介绍了如何在ms word文档中查找重复的单词的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用c#读取ms word文档.我想要文档中的重复单词.我的目的是根据重复单词的发现对文档进行分类.我还需要对上传的文档进行标签匹配,以便我可以将与标签匹配的文档分组并放在同一组中.请帮我解决.

i am trying to read a ms word document in c#. i want the repeated words in the document.my aim is to categorize the document based on the findings of the repeated words. also i need to do label matching with the documents uploaded so that i can group the documents that are matching with the label and place under same group. please help me with a solution. thanks.

推荐答案


这篇关于如何在ms word文档中查找重复的单词的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-31 07:55