How to use lighthousefeed/yoda-ner with Flair:
from flair.models import SequenceTagger tagger = SequenceTagger.load("lighthousefeed/yoda-ner")
The get_spans() class does not return the json response.
· Sign up or log in to comment