Skip to content

Releases: makcedward/nlpaug

Release 1.0.1

26 Sep 04:37
88a228a
Compare
Choose a tag to compare
Merge pull request #157 from makcedward/dev

Dev

Release 1.0.0

26 Sep 04:33
b5f428f
Compare
Choose a tag to compare
Merge pull request #155 from makcedward/dev

Dev

Release 0.0.20

23 Aug 03:23
Compare
Choose a tag to compare
  • Update MANIFECT file to include txt resource

Release 0.0.19

23 Aug 03:09
Compare
Choose a tag to compare
  • Add back English mispelling dictionary

Release 0.0.18

22 Aug 04:26
Compare
Choose a tag to compare
  • Fix PPDB model misloaded nltk module#144

Release 0.0.17

21 Aug 06:00
Compare
Choose a tag to compare
  • Enhance default tokenizer and reverse tokenizer#143
  • Introduce Abstractive Summarization in sentence ausgmenter (Check out example from here)

Release 0.0.16

12 Aug 05:54
Compare
Choose a tag to compare

Release 0.0.15

11 Aug 05:31
Compare
Choose a tag to compare

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

Release 0.0.12

06 Feb 04:10
9d4fb11
Compare
Choose a tag to compare

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

Release 0.0.11

06 Dec 04:21
7160d0c
Compare
Choose a tag to compare

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