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
- Host: GitHub
- URL: https://github.com/kamui-fin/freq-gen
- Owner: kamui-fin
- License: gpl-3.0
- Created: 2020-05-28T15:47:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T18:28:39.000Z (almost 2 years ago)
- Last Synced: 2025-01-26T16:48:18.784Z (5 months ago)
- Topics: csv, frequency, python
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```