fasttext — Easy Playground
Facebook library for text classification and word embeddings
Getting started with fasttextRun locally
Install
pip install fasttextPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: fasttext)
fasttext is a third-party package. Facebook library for text classification and word embeddings. Install with: pip install fasttext
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?