An open API service indexing awesome lists of open source software.

https://github.com/jgontrum/corpushashtagstatistics

Generates statistics for the hashtag usage in text corpus.
https://github.com/jgontrum/corpushashtagstatistics

analysis corpus hashtags linguistics nlp statistics twitter

Last synced: over 1 year ago
JSON representation

Generates statistics for the hashtag usage in text corpus.

Awesome Lists containing this project

README

          

# CorpusHashtagStatistics
Generates statistics for the hashtag usage in text corpus.

## Preparations
- Install Python 3.5
- Install virtualenv

## Usage
```
usage: main.py [-h] --input INPUT --output OUTPUT [--filter FILTER] --format
{text,pipe,csv}

optional arguments:
-h, --help show this help message and exit
--input INPUT Folder containing corpus files.
--output OUTPUT Folder to store the generated statistics in.
--filter FILTER Filenames must contain this.
--format {text,pipe,csv}
Format of the used corpus.
```