Word frequency algorithm for natural language processing

后端 未结 8 2348
我在风中等你
我在风中等你 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:14

    The algorithm you just described it. A program that does it out of the box with a big button saying "Do it"... I don't know.

    But let me be constructive. I recommend you this book Programming Collective Intelligence. Chapters 3 and 4 contain very pragmatic examples (really, no complex theories, just examples).

提交回复
热议问题