Nlpaug Versions Save

Data augmentation for NLP

1.0.1

3 years ago

1.0.0

3 years ago

0.0.20

3 years ago
  • Update MANIFECT file to include txt resource

0.0.19

3 years ago
  • Add back English mispelling dictionary

0.0.18

3 years ago
  • Fix PPDB model misloaded nltk module#144

0.0.17

3 years ago
  • Enhance default tokenizer and reverse tokenizer#143
  • Introduce Abstractive Summarization in sentence ausgmenter (Check out example from here)

0.0.16

3 years ago

Fix #142

0.0.15

3 years ago

Support crop action in RandomWordAug #126 Fix #130 Fix #132 Fix #134 Upgraded and verified torch (1.6.0) and transformers (3.0.2) libraies Add new Back Translation Augmenter #75 #102 #131

0.0.12

4 years ago

ContextualWordEmbsAug supports bert-base-multilingual-uncased (for non English inputs) Fix missing library dependency #74 Fix single token error when using RandomWordAug #76 Fix replacing character in RandomCharAug error #77 Enhance word's augmenter to support regular expression stopwords #81 Enhance char's augmenter to support regular expression stopwords #86 KeyboardAug supports Thai language #92 Fix word casing issue #82

0.0.11

4 years ago

Support color noise (pink, blue, red and violet noise) in audio's NoiseAug Support given background noise in audio's NoiseAug Support inject noise to portion of audio only in audio's NoiseAug Introduce zone, coverage to all audio augmenter. Support only augmented portion of audio input Add VTLP augmentation methods (Audio's augmenter) Adopt latest transformer's interface #59 Support RoBERTa (including DistilRoBERTa) and DistilBERT (ContextualWordEmbsAug) Support DistilGPT2 (ContextualWordEmbsForSentenceAug) Fix librosa hard dependency #62 Introduce optimize attribute ContextualWordEmbsForSentenceAug #63 Optimize word selection for ContextualWordEmbsAug and ContextualWordEmbsForSentenceAug (Speed up around 30%) Add retry mechanism into ContextualWordEmbsAug insert action #68