Live data from Hacker News

FastText is the best text classification library for a quick baseline

rolisz.com

11–13 of 13 posts

Re: FastText is the best text classification library for a quick baseline

#12
Not only for classification, fastText is really good (and fast) at language identification[0]

To use fastText in Python in a scikit-learn style (also inside sklearn pipelines), I’d recommend trying skift[1]

[0] https://ricardoanderegg.com/posts/python-fast-language-ident... [1] https://github.com/shaypal5/skift

Post reply on HN