fquirin / java-nlu-tools

Java tools to do natural language processing like NER and intent classification on short sentences
MIT License
13 stars 5 forks source link

Does the Intent Classification support Multiclass/MultipleLabel classification #1

Open justinphan3110 opened 4 years ago

fquirin commented 4 years ago

Do you mean if you can assign multiple intents to the same sentence? I think that's not possible out-of-the-box ... actually I'm not 100% sure what happens if you add the same sentence with different intents :thinking: