Tencent / NeuralNLP-NeuralClassifier

An Open-source Neural Hierarchical Multi-label Text Classification Toolkit
Other
1.85k stars 406 forks source link

How to get the classification of data? #15

Closed missrainbow91 closed 5 years ago

missrainbow91 commented 5 years ago

I have been using my own annotated data to train the model, and now if I want to know the classification of one documents without annotation, what should I do?

coderbyr commented 5 years ago

https://github.com/Tencent/NeuralNLP-NeuralClassifier/blob/master/predict.py We have added module for prediction, have a try