Training Corpora Augmentation #13115
Answered
by
shadeMe
balachander1964
asked this question in
Help: Coding & Implementations
-
Hi, I am using Spacy version 3.4 as of now. I am trying to use the multi-step spacy augmentor from create_config file. I request you to provide an example about how to do this. I do not see any guidance or samples or any documentation for this. Also, I request you to let me know the augmentors available already from spacy. Thank you in advance. Bala |
Beta Was this translation helpful? Give feedback.
Answered by
shadeMe
Nov 8, 2023
Replies: 1 comment 1 reply
-
You can take a look at the the usage documentation. Built-in augmenters are documented in the API section. The Augmenty library might also be of interest to you. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
balachander1964
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can take a look at the the usage documentation. Built-in augmenters are documented in the API section.
The Augmenty library might also be of interest to you.