Skip to content

Commit

Permalink
paper link
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephSefara committed Jul 15, 2019
1 parent 133f33d commit fc98917
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# [TextAugment: Improving short text classification through global augmentation methods]()
# [TextAugment: Improving short text classification through global augmentation methods](https://arxiv.org/abs/1907.03752)

TextAugment is a Python 3 library for augmenting text for natural language processing applications. TextAugment stands on the giant shoulders of [NLTK](https://www.nltk.org/), [Gensim](https://radimrehurek.com/gensim/), and [TextBlob](https://textblob.readthedocs.io/) and plays nicely with them.

## Citation Paper

**[Improving short text classification through global augmentation methods]()** published to MLDM
**[Improving short text classification through global augmentation methods](https://arxiv.org/abs/1907.03752)** published to [MLDM 2019](http://mldm.de)

![alt text](https://raw.githubusercontent.com/dsfsi/textaugment/master/augment.png "Augmentation methods")

Expand Down Expand Up @@ -135,7 +135,7 @@ In the afternoon John goes to town
* [Vukosi Marivate](http://www.vima.co.za) (http://www.vima.co.za)

## Acknowledgements
Cite this [paper](#) when using this library.
Cite this [paper](https://arxiv.org/abs/1907.03752) when using this library.

## Licence
MIT licensed. See the bundled [LICENCE](LICENCE) file for more details.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gensim>=3.4.0
nltk>=3.2.5
nltk>=3.3
numpy>=1.14
googletrans>=2.3.0
googletrans>=2.4.0
textblob>=0.15.2

0 comments on commit fc98917

Please sign in to comment.