flair — Easy Playground
State-of-the-art NLP: NER, POS, classification with contextual embeddings
Getting started with flairRun locally
Install
pip install flairPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: flair)
flair is a third-party package. State-of-the-art NLP: NER, POS, classification with contextual embeddings. Install with: pip install flair
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?