Skip to content

Commit

Permalink
add reference;
Browse files Browse the repository at this point in the history
  • Loading branch information
rchurch4 committed Jul 7, 2021
1 parent 247ff6c commit 8138040
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,19 @@ filtered_dataset = runner.filter_by_tfidf(dataset=processed_dataset, freq=freq,
# assess data quality again
from evaluation_metrics.dataset_stats import get_data_stats
print(get_data_stats(filtered_dataset))
```

### Referencing textPrep

```
Churchill, Rob and Singh, Lisa. 2021. textPrep: A Text Preprocessing Toolkit for Topic Modeling on Social Media Data. DATA 2021.
```

```bibtex
@inproceedings{churchill2021textprep,
author = {Churchill, Rob and Singh, Lisa},
title = {textPrep: A Text Preprocessing Toolkit for Topic Modeling on Social Media Data},
booktitle = {DATA 2021},
year = {2021},
}
```

0 comments on commit 8138040

Please sign in to comment.