floret
floret copied to clipboard
text classification with floret
Hello, thank you for the great repo! I have two questions:
-
Since FastText is now archived and no longer maintained, would it be accurate to consider Floret a reliable alternative? Or does Floret still rely on the FastText library under the hood?
-
I'm planning to train a text classification model for product category prediction. I couldn't find any useful guides on how to use Floret vectors with SpaCy's
textcatcomponent. Could you please guide me on this?