def __init__(self, language):
        super().__init__(language)
        try:
            import spacy
        except ImportError: