I need to use ML.NET to process large blocks of text and determine if any given block of text will potentially fall into some of many different categories.
I currently have multiple boolean columns which I want to flag to true when matches are found via ML.NET for any given block of text.
I am completely new to ML and When pouring through samples for classifications it seems to be only one classification for any one block of text. Can anyone point me in a direction to handle many classifications for a single block of text? Perhaps some sample code?