spacy-pattern-builder
spacy-pattern-builder copied to clipboard
Reverse engineer patterns for use with SpaCy's DependencyMatcher
Results
2
spacy-pattern-builder issues
Sort by
recently updated
recently updated
newest added
The example code given on the github default page does not work: The line: `matcher = DependencyTreeMatcher(doc.vocab)` Gives the error: ``` Traceback (most recent call last): File "", line 1,...
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...