File size: 67 Bytes
b0d03fd
 
 
1
2
3
4
import spacy
def load_model():
    return spacy.load("course_ner")