Text Classification into Categories

后端 未结 3 1305
野的像风
野的像风 2020-12-31 22:31

I am working on a text classification problem, I am trying to classify a collection of words into category, yes there are plenty of libraries available for classification, s

3条回答
  •  旧时难觅i
    2020-12-31 23:07

    If possible then read the section called "A Naive Classifier" in chapter "Document Filtering" in book called "Programming Collective Intelligence". Although the examples are in Python, I hope that will not be of much trouble to you.

提交回复
热议问题