intro-spacy-nlp
intro-spacy-nlp copied to clipboard
Fix AttributeError : Update lex attribute name
Replace 'repvec' by 'vector' to avoid following errors :
- AttributeError: 'spacy.lexeme.Lexeme' object has no attribute 'has_repvec'
- AttributeError: lex.repvec has been renamed to lex.vector