facebookresearch / fastText

Library for fast text representation and classification.
https://fasttext.cc/
MIT License
25.76k stars 4.71k forks source link

Classify the sentence by keywords. Best approach? #1363

Open nagarajan82 opened 5 months ago

nagarajan82 commented 5 months ago

I would like to labeling the sentence(15-25 words) by Keywords. Such as, If Keyword(Uber, Ola) found in sentence labeled it as (Transport ).

I tried many training parameters, (Manual/auto-validation). But can't achieve predictions efficiency.

Any ideas for this use cases are welcome. Sorry to ask here. But your inputs will greatly appreciated.