Word frequency algorithm for natural language processing

后端 未结 8 2356
我在风中等你
我在风中等你 2020-12-12 10:03

Without getting a degree in information retrieval, I\'d like to know if there exists any algorithms for counting the frequency that words occur in a given body of text. The

8条回答
  •  执念已碎
    2020-12-12 10:23

    U can use the worldnet dictionary to the get the basic information of the question keyword like its past of speech, extract synonym, u can also can do the same for your document to create the index for it. then you can easily match the keyword with index file and rank the document. then summerize it.

提交回复
热议问题