question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Tutorial broken in 0.90 and 0.92

See original GitHub issue

Affected tutorial that no longer is accurate: http://spacy.io/tutorials/mark-adverbs/

I see you have patched the vectors behaviour just now, so I assume you’re on the way to fixing this…but it’s broken in your 0.90 release completely. There is no more has_repvec property either. Reading the source for clues, I am also unable to get token.similarity() or Lexeme.similarity() to function, an error is returned saying that Tokens/Lexemes do not have a similarity method/attribute.

Because I still cannot compile from source on Debian Jessie (see issue #92, I’m dead in the water unless I revert to v0.89.

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
ericqweinsteincommented, Dec 4, 2016

I think this can be fixed by updating has_repvec to has_vector and repvec to vector.

1reaction
soprofcommented, Feb 27, 2017

@ericqweinstein - It actually helps, thanks! 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

TUTORIAL SESSION V v3.2.1
In this tutorial, the command REVIEW is used to set up and run an analysis in which a history file produced by a...
Read more >
Download Inkscape 0.92.3
Many of the bug fixes address important functionality, like printing issues, crashes with the node tool or problems with keyboard shortcuts. Improvements.
Read more >
Modules tutorials - SpikeInterface's documentation!
Spike interface is split in several modules. Here are tutorials for each one. Core tutorials¶. The spikeinterface.core module. RecordingExtractors.
Read more >
G*Power Guide - mormonsandscience
There are limited resources. The developers have a tutorial on using G*Power, but it is sparse in some places and may be difficult...
Read more >
Your First Machine Learning Project in Python Step-By-Step
This tutorial assumes Python version 2.7 or 3.6+. ... We will split the loaded dataset into two, 80% of which we will use...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found