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

https://github.com/kamui-fin/freq-gen

Program to generate a frequency list from a wide selection of file types
https://github.com/kamui-fin/freq-gen

csv frequency python

Last synced: 3 months ago
JSON representation

Program to generate a frequency list from a wide selection of file types

Awesome Lists containing this project

README

        

# freqgen

This is a program that can create a frequency on many different types of text sources. Currently this program supports making frequency lists in two different formats. CSV (Comma seperated values), which can be opened in programs like excel, and plain text files.

## Features

- Supports many formats such as `.pdf`, `.csv`, `.epub`
- Many languages are supported
- Generate from website
- Output number of occurences

## Installation
The only prerequisite is a python interpreter and an installation of [Mecab](http://taku910.github.io/mecab/) .
```
python src/setup.py
```