intro-spacy-nlp icon indicating copy to clipboard operation
intro-spacy-nlp copied to clipboard

Fix AttributeError : Update lex attribute name

Open v3t3a opened this issue 7 years ago • 0 comments

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

v3t3a avatar May 09 '17 12:05 v3t3a