Document Classfication #9919
-
Hi spaCy team, I want to classify text on the document level. I have news articles and the task is to classify them into three mutually exclusive categories- I, therefore, request you to guide me or point the reference for the mentioned task. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Sounds like you should just be able to use a textcat model. Take a look at the example projects for reference.
Not entirely sure what you're referring to here, but spaCy can handle automatically splitting and merging documents to get a useful representation. There are issues with very long documents, like whole books, but newspaper articles should be fine. Prodigy also supports annotations like this, it's a basic annotation mode. |
Beta Was this translation helpful? Give feedback.
Sounds like you should just be able to use a textcat model. Take a look at the example projects for reference.
Not entirely sure what you're referring to here, but spaCy can handle automatically splitting and merging documents to get a useful representation. There are issues with very long documents, like whole books, but newspaper articles should be fine.
Prodigy also supports annotations like this, it's a basic annotation mode.