Custom Features for FeatureExtractor #7279
Answered
by
adrianeboyd
koaning
asked this question in
Help: Other Questions
-
When I look at the settings for the FeatureExtractor I see an example config listed. [model]
@architectures = "spacy.FeatureExtractor.v1"
columns = ["NORM", "PREFIX", "SUFFIX", "SHAPE", "ORTH"] It seems to encode features that are attached to |
Beta Was this translation helpful? Give feedback.
Answered by
adrianeboyd
Mar 4, 2021
Replies: 1 comment
-
Sure, with a custom feature extractor. Here's a user's example: #6527 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
koaning
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sure, with a custom feature extractor. Here's a user's example: #6527 (comment)