text classification methods? SVM and decision tree

前端 未结 3 594
没有蜡笔的小新
没有蜡笔的小新 2021-02-05 16:27

i have a training set and i want to use a classification method for classifying other documents according to my training set.my document types are news and categories are sports

3条回答
  •  不知归路
    2021-02-05 17:04

    If you are familiar with Python, you may consider NLTK and scikit-learn. The former is dedicated to NLP while the latter is a more comprehensive machine learning package (but it has a great inventory of text processing modules). Both are open source and have great community suport on SO.

提交回复
热议问题