makcedward / nlpaug

Data augmentation for NLP
https://makcedward.github.io/
MIT License
4.46k stars 463 forks source link

Short description about different parameters used inside augmenter and what it does? #329

Open pratikchhapolika opened 1 year ago

pratikchhapolika commented 1 year ago

Hi @makcedward , is there any document which mentions about different parameters used inside augmenter function and a short description what these parameters does?

Like :

[aug_char_min=1, aug_char_max=10, aug_char_p=0.3, aug_word_p=0.3, aug_word_min=1, aug_word_max=10, stopwords=None, tokenizer=None, reverse_tokenizer=None, verbose=0, stopwords_regex=None, min_char=1]