Skip to content

Fix depth not computed for second run.#2

Open
sai-prasanna wants to merge 1 commit intocyclecycle:masterfrom
sai-prasanna:master
Open

Fix depth not computed for second run.#2
sai-prasanna wants to merge 1 commit intocyclecycle:masterfrom
sai-prasanna:master

Conversation

@sai-prasanna
Copy link

Token depth is set to default None by spacy when
set_extension is called once.

We were computing depth only when attribute is not present. This causes an error when we try to pattern match with another sentence.

Fixed this by following few spacy best practices for extensions.

Token depth is set to default `None` by spacy when
`set_extension` is called once.
We were computing depth only when attribute is not present.  This causes an error when we try to pattern match with another sentence.

Fixed this by following spacy best practises for extensions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant